We use cookies for authentication and — with your consent — for analytics. Read more.

Skip to content
KETL Data
DataAppsMCPSign in
  1. Home
  2. Data catalogue
  3. Norges Bank
EconomyStandardNLOD

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

Example response — /connectors/norges-bank/nibor
{
  "base": "NOK",
  "date": "2026-04-11",
  "rates": {
    "EUR": 11.42,
    "USD": 10.58,
    "GBP": 13.31,
    "SEK": 1.02
  }
}

MCP integration

Available MCP tools
norges-bank.styringsrente
norges-bank.valutakurs
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "norges-bank": {
      "url": "https://data.ketl.no/mcp/norges-bank",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

Analysis apps that use this source

Ready-made tools built on Norges Bank data. Use them directly in the browser, or wire the same data into your own analysis via the API below.

Macroeconomics
GDP, inflation, unemployment, policy rate and exchange rates.
Exchange rates
Table view: daily rates and 30-day history for USD, EUR, SEK, DKK, GBP, CHF, JPY against NOK — straight from Norges Bank, plus Norges Bank's policy rate and history. To convert an amount, use Valutakalkulator.
Currency calculator
Convert an amount between NOK and 7 major currencies using daily rates from Norges Bank — plus parallel example conversions to other currencies at once. For a rate table and history, use Valutakurser.
Seafood analysis
The Norwegian aquaculture industry in numbers — a map with sea-lice zone status, capacity distribution per county, top licence holders and NOK/USD/EUR salmon prices. Built on the Directorate of Fisheries and Norges Bank.
Nordic policy rates
Compare the policy rates of Norges Bank, the Riksbank (SE) and Nationalbanken (DK) in real time — current rate, latest change and historical trend for all three Nordic central banks.

API endpoints

GET
/niborDiscontinued

NIBOR-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.

GET
/exchange-rates

Hent 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.

GET
/key-rate

Hent 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.

Access and pricing

Norges Bank is openly available — create an account to get started.

valutarentestyringsrentepengepolitikk
KETL Data

Nordic open-data and compliance infrastructure. Source, rule and confidence on every answer.

Product links

  • Data
  • Apps
  • MCP
  • Contact

Legal links

  • AI transparency
  • Privacy
  • Terms
  • SLA
  • Cookies
  • Security

© 2026 KETL Data

build 8f3b7512