Norges Bank
Daily updated exchange rates, the historical policy rate, monetary-policy reports and financial stability. Data is delivered via Norges Bank's official API.
—
Data volume
Daily
Updates
2
MCP tools
{
"base": "NOK",
"date": "2026-04-11",
"rates": {
"EUR": 11.42,
"USD": 10.58,
"GBP": 13.31,
"SEK": 1.02
}
}MCP integration
API endpoints
/niborDiscontinuedNIBOR-renter (nedlagt — Norges Bank publiserer ikke lenger NIBOR)
Permanent nedlagt (410 Gone). NIBOR forvaltes av NoRe, ikke Norges Bank. Bruk /key-rate for styringsrente.
Show curl example
# GET https://data.ketl.no/api/connectors/norges-bank/nibor
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/norges-bank/nibor"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/exchange-ratesHent valutakurser
- currencies optional
- Kommaseparerte ISO 4217-koder mot NOK (f.eks. USD,EUR). Utelates for alle. Maks 82 koder per kall
currencies=USD,EUR - lastNObservations optional
- Antall siste observasjoner å hente (1–1000)
- startPeriod optional
- Startdato for tidsvindu (YYYY-MM-DD). Uten lastNObservations er maks spenn 1400 dager mot endPeriod (eller mot i dag)
- endPeriod optional
- Sluttdato for tidsvindu (YYYY-MM-DD). Krever startPeriod eller lastNObservations — alene gir den et ubundet vindu bakover
Show curl example
# GET https://data.ketl.no/api/connectors/norges-bank/exchange-rates
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/norges-bank/exchange-rates"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/key-rateHent styringsrente-historikk
- lastNObservations optional
- Antall siste observasjoner å hente (1–5000)
- startPeriod optional
- Startdato for tidsvindu (YYYY-MM-DD). Uten lastNObservations er maks spenn 7000 dager mot endPeriod (eller mot i dag)
- endPeriod optional
- Sluttdato for tidsvindu (YYYY-MM-DD). Krever startPeriod eller lastNObservations — alene gir den et ubundet vindu bakover
Show curl example
# GET https://data.ketl.no/api/connectors/norges-bank/key-rate
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/norges-bank/key-rate"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.