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).
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
| Name | Required | Default | Description |
|---|---|---|---|
area |
Yes | - | Delivery area code (NO1-5, SE1-4, DK1-2, FI, EE, LV, LT, ...) |
date |
No | - | YYYY-MM-DD (default today) |
currency |
No | EUR | EUR / NOK / SEK / DKK |
curl "https://nordapi.ee/api/v1/nordic/nord-pool/day-ahead/DK1?date=2026-05-27¤cy=EUR"
HTTP 502: {
"error": "HTTP 401: %{\"status\" => 401, \"title\" => \"Unauthorized\", \"traceId\" => \"00-99faf74ce3e2a19e9c38a9a76b152071-3f4ad720c38f75dc-00\", \"type\" => \"https://tools.ietf.org/html/rfc9110#section-15.5.2\"}",
"success": false
}