← Alle API-produkter

Nordiske aggregeringer API

6 endpoints aggregating data across the Nordic + Baltic region: Nord Pool day-ahead spot prices (NO1-5, SE1-4, DK1-2, FI, EE, LV, LT), European Central Bank reference exchange rates (relevant to the four Eurozone countries — Finland, Estonia, Latvia, Lithuania), and Wikipedia REST page summaries for the Nordic/Baltic language editions (sv, no, da, fi, et, is). All no-auth, JSON.

GRATIS 6 endepunkter 100 forespørsler/time
Basis-URL: https://nordapi.ee/api/v1

Nord Pool day-ahead-priser

GET /nordic/nord-pool/day-ahead/:area
Detaljer →

Offisielle Nord Pool day-ahead spotpriser for ett leveringsområde på en gitt dato. Dekker alle nordiske og baltiske områder pluss tilknyttede europeiske soner. Kilde: dataportal-api.nordpoolgroup.com (ingen autentisering).

Parametere
area påkrevd
Delivery area code (NO1-5, SE1-4, DK1-2, FI, EE, LV, LT, ...)
date valgfri
YYYY-MM-DD (default today)
currency valgfri standard: EUR
EUR / NOK / SEK / DKK
curl "https://nordapi.ee/api/v1/nordic/nord-pool/day-ahead/DK1?date=2026-05-27&currency=EUR"

Nord Pool siste alle-områder-bunt

GET /nordic/nord-pool/latest-all
Detaljer →

Dagens day-ahead-priser for alle 12 nordiske og baltiske leveringsområder (NO1-5, SE1-4, DK1-2, FI) i ett kall.

curl https://nordapi.ee/api/v1/nordic/nord-pool/latest-all

ECB siste valutakurs

GET /nordic/ecb/fx/:currency
Detaljer →

Siste daglige spot-valutakurs for én valuta mot EUR fra Den europeiske sentralbanken. SDMX-JSON. Ingen autentisering. Dekker direkte alle eurosone-land i Norden og Baltikum (FI, EE, LV, LT).

Parametere
currency påkrevd
ISO 4217 code, e.g. USD, GBP, SEK, NOK, DKK
curl https://nordapi.ee/api/v1/nordic/ecb/fx/USD

ECB siste valutabunt

GET /nordic/ecb/fx-latest
Detaljer →

Siste spotkurser for de viktigste valutaene mot EUR i ett kall.

curl https://nordapi.ee/api/v1/nordic/ecb/fx-latest

ECB valutahistorikk

GET /nordic/ecb/fx-history/:currency
Detaljer →

Historiske daglige valutaobservasjoner for én valuta mot EUR.

Parametere
currency påkrevd
ISO 4217 code
from påkrevd
YYYY-MM-DD
to påkrevd
YYYY-MM-DD
curl "https://nordapi.ee/api/v1/nordic/ecb/fx-history/USD?from=2026-01-01&to=2026-05-01"

Wikipedia Page Summary

GET /nordic/wikipedia/:lang/:title
Detaljer →

Page summary (title, extract, thumbnail, coordinates) for an article from a Nordic/Baltic Wikipedia edition via the REST v1 API. Supported languages: sv, no, da, fi, et, is. No auth.

Parametere
lang påkrevd
Language edition: sv, no, da, fi, et, is
title påkrevd
Article title, e.g. Stockholm
curl https://nordapi.ee/api/v1/nordic/wikipedia/sv/Stockholm