We use cookies for authentication and — with your consent — for analytics. Read more.

Skip to content
KETL Data
DataAppsMCPSign in
  1. Home
  2. Data catalogue
  3. Nord Pool — the Nordic power exchange
EnergyStandardCC-BY-4.0

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

Example response — /day-ahead
{
  "data": "..."
}

MCP integration

Available MCP tools
nordpool_compare_areas
nordpool_current_price
nordpool_day_ahead
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "nord-pool": {
      "url": "https://data.ketl.no/mcp/nord-pool",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

Analysis apps that use this source

Ready-made tools built on Nord Pool — the Nordic power exchange data. Use them directly in the browser, or wire the same data into your own analysis via the API below.

Nord Pool — Nordic power exchange day-ahead spot prices
Day-ahead spot prices from Nord Pool at 15-minute resolution for all 15 Nordic and Baltic price areas (NO1-5, SE1-4, DK1-2, FI, EE/LV/LT) in NOK/EUR/DKK/SEK — the authoritative exchange source for the whole Nordics+Baltics. For a Norwegian consumer focus (NOK/kWh + Elhub curves), use Strømpriser.
Electricity prices
Spot price (NOK/kWh, excluding VAT) hour by hour per Norwegian price zone (NO1–NO5) from "Hva koster strømmen?" — ENTSO-E as the upstream source, exchange rates from Norges Bank. Finds the cheapest and most expensive contiguous time window of the day, ranks the five price zones against each other, and shows Elhub production and consumption curves with spot-price/consumption correlation. For all 15 Nordic/Baltic exchange zones, use Nord Pool.

API endpoints

GET
/health

Connector-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.

GET
/day-ahead

Day-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.

GET
/current

Gjeldende 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.

Access and pricing

Nord Pool — the Nordic power exchange is openly available — create an account to get started.

energikraftstrømnordenspotpriskraftbørsno1no2no3no4no5
KETL Data

Nordic open-data and compliance infrastructure. Source, rule and confidence on every answer.

Product links

  • Data
  • Apps
  • MCP
  • Contact

Legal links

  • AI transparency
  • Privacy
  • Terms
  • SLA
  • Cookies
  • Security

© 2026 KETL Data

build 8f3b7512