European Central Bank (ECB) Data Portal
The ECB SDMX 2.1 REST API provides access to EUR-based exchange rates against all IMF currencies (updated around 16:00 CET every trading day), ECB monetary-policy rates (MRO, MLF, DFR), EURIBOR, HICP inflation per EU country and more than 250 additional dataflows. Fully open, no authentication. The ECB is the authoritative source for EUR-based rates — Norges Bank uses the ECB rates as the basis for the official NOK rate.
—
Data volume
Daily
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/exchange-ratesEUR-valutakurser (EXR-dataflow)
- currencies optional
- Kommaseparerte ISO 4217-koder mot EUR (f.eks. NOK,USD). Utelates for alle
currencies=NOK,USD - frequency optional
- Frekvens: D=daglig, M=månedlig, A=årlig
frequency=D - lastNObservations optional
- Antall siste observasjoner å hente (1–1000)
- startPeriod optional
- Startdato for tidsvindu (YYYY-MM-DD)
- endPeriod optional
- Sluttdato for tidsvindu (YYYY-MM-DD)
Show curl example
# GET https://data.ketl.no/api/connectors/ecb/exchange-rates
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/ecb/exchange-rates"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/interest-ratesECB styringsrente og EURIBOR (FM-dataflow)
- lastNObservations optional
- Antall siste observasjoner å hente (1–5000)
- startPeriod optional
- Startdato for tidsvindu (YYYY-MM-DD)
- endPeriod optional
- Sluttdato for tidsvindu (YYYY-MM-DD)
Show curl example
# GET https://data.ketl.no/api/connectors/ecb/interest-rates
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/ecb/interest-rates"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.