Nord Pool — the Nordic power exchange
Nord Pool is the leading power exchange for the Nordics and the Baltics. The day-ahead API provides spot prices in EUR, NOK, DKK and SEK for all 15 price areas (NO1-5, SE1-4, DK1-2, FI, EE, LV, LT). The auction runs daily around 13:00 CET for the next day and is delivered as 96 intervals of 15 minutes (reported as `resolutionMinutes` per response). The response also carries the auction state per area (`Preliminary`/`Final`). Open without an API key for a rolling window of ~62 days (measured 2026-08-20); older dates require a subscription from Nord Pool.
—
Data volume
Daily
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/healthConnector-helsestatus
- deep optional
- Sett `deep=1` for å få med det fulle probe-objektet (`deepProbe`). Enhver annen verdi gir samme svar som uten parameteren — verdimengden er IKKE lukket, så ruta avviser ingenting (MÅLT 2026-08-30).
deep=1
Show curl example
# GET https://data.ketl.no/api/connectors/nord-pool/health
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/nord-pool/health"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/day-aheadDay-ahead spotpriser alle soner
- areas optional
- Kommaseparert liste av prisområder (NO1–5, SE1–4, DK1–2, FI, …)
areas=NO1,NO2 - area optional
- Alias for `areas`. `areas` vinner hvis begge er gitt.
area=NO1 - date optional
- Leveringsdato (YYYY-MM-DD). Default: i dag. Kun datoer innenfor det åpne vinduet (~62 døgn) svarer uten abonnement; eldre gir 503 not_configured. Enhver fast dato råtner ut av det rullerende ~62-døgns vinduet. Utelat parameteren for i dag, eller bruk en dato fra de siste to månedene.
- currency optional
- Valuta for prisene
currency=NOK
Show curl example
# GET https://data.ketl.no/api/connectors/nord-pool/day-ahead
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/nord-pool/day-ahead"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/currentGjeldende time-pris for ett prisområde
- area optional
- Ett prisområde (NO1–5, SE1–4, DK1–2, FI, …)
area=NO1 - currency optional
- Valuta for prisen
currency=NOK
Show curl example
# GET https://data.ketl.no/api/connectors/nord-pool/current
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/nord-pool/current"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.