← Nordic Aggregations

Nord Pool Day-Ahead Prices

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

Official Nord Pool day-ahead spot prices for one delivery area on a given date. Covers all Nordic + Baltic areas plus connected European zones. Source: dataportal-api.nordpoolgroup.com (no auth).

Parameters

area required

Delivery area code (NO1-5, SE1-4, DK1-2, FI, EE, LV, LT, ...)

date optional

YYYY-MM-DD (default today)

currency optional default: EUR

EUR / NOK / SEK / DKK

Example Requests

Basic usage
curl "https://nordapi.ee/api/v1/nordic/nord-pool/day-ahead/DK1?date=2026-05-27&currency=EUR"

Live Response

HTTP 502: {
  "error": "HTTP 401: %{\"status\" => 401, \"title\" => \"Unauthorized\", \"traceId\" => \"00-11b70cd53ca4cb572d1c1a152228c69b-50c8c869b67201f7-00\", \"type\" => \"https://tools.ietf.org/html/rfc9110#section-15.5.2\"}",
  "success": false
}