โ† All API Products

Nordic Aggregations 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.

FREE 6 endpoints 100 req/hour
Base URL: https://nordapi.ee/api/v1

Nord Pool Day-Ahead Prices

GET /nordic/nord-pool/day-ahead/:area
Details โ†’

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
curl "https://nordapi.ee/api/v1/nordic/nord-pool/day-ahead/DK1?date=2026-05-27&currency=EUR"

Nord Pool Latest All-Areas Bundle

GET /nordic/nord-pool/latest-all
Details โ†’

Today's day-ahead prices for all 12 Nordic + Baltic delivery areas (NO1-5, SE1-4, DK1-2, FI) in one call.

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

ECB Latest FX Rate

GET /nordic/ecb/fx/:currency
Details โ†’

Latest daily spot exchange rate for one currency vs EUR from the European Central Bank. SDMX-JSON. No auth. Covers all Eurozone Nordic + Baltic countries (FI, EE, LV, LT) directly.

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

ECB Latest FX Bundle

GET /nordic/ecb/fx-latest
Details โ†’

Latest spot rates for major currencies vs EUR in one call.

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

ECB FX History

GET /nordic/ecb/fx-history/:currency
Details โ†’

Historical daily FX observations for one currency vs EUR.

Parameters
currency required
ISO 4217 code
from required
YYYY-MM-DD
to required
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
Details โ†’

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.

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