← Alle API-Produkte

Nordische Aggregationen 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.

KOSTENLOS 6 Endpunkte 100 Anfr./Std.
Basis-URL: https://nordapi.ee/api/v1

Nord Pool Day-Ahead-Preise

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

Offizielle Nord-Pool-Day-Ahead-Spotpreise für eine Liefergebiet an einem bestimmten Datum. Deckt alle nordischen und baltischen Gebiete sowie angeschlossene europäische Zonen ab. Quelle: dataportal-api.nordpoolgroup.com (ohne Authentifizierung).

Parameter
area erforderlich
Delivery area code (NO1-5, SE1-4, DK1-2, FI, EE, LV, LT, ...)
date optional
YYYY-MM-DD (default today)
currency optional Standard: 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 Neuestes Bundle aller Zonen

GET /nordic/nord-pool/latest-all
Details →

Heutige Day-Ahead-Preise für alle 12 nordischen und baltischen Liefergebiete (NO1-5, SE1-4, DK1-2, FI) in einem Aufruf.

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

ECB Neuester Devisenkurs

GET /nordic/ecb/fx/:currency
Details →

Neuester täglicher Spot-Wechselkurs für eine Währung gegenüber EUR von der Europäischen Zentralbank. SDMX-JSON. Ohne Authentifizierung. Deckt alle nordischen und baltischen Eurozonen-Länder (FI, EE, LV, LT) direkt ab.

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

ECB Neuestes Devisenkurs-Bundle

GET /nordic/ecb/fx-latest
Details →

Neueste Spotkurse für die wichtigsten Währungen gegenüber EUR in einem Aufruf.

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

ECB Devisenkurshistorie

GET /nordic/ecb/fx-history/:currency
Details →

Historische tägliche Devisenkursbeobachtungen für eine Währung gegenüber EUR.

Parameter
currency erforderlich
ISO 4217 code
from erforderlich
YYYY-MM-DD
to erforderlich
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.

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