Norges Bank Exchange Rate API

Official Norges Bank rates for 10 Sept 2026: 1 USD = 9.2661 NOK, 1 EUR = 10.764 NOK. All 37 currencies published, history back to 2016. Free JSON API for tax, audits, and compliant invoicing.

Norway flagNorges Bank official daily exchange rates as JSON: 37 currencies against the NOK, history back to 2016. Latest table on every plan. Get your API key.

About Norges Bank

Norges Bank is the central bank of Norway. It publishes daily middle rates for the krone against roughly 40 currencies each business day, based on market rates observed around 14:15 CET.

Quick start

One request for the pair you need — USD to NOK at the official Norges Bank rate:

curl "https://allratestoday.com/api/v1/central-bank/norges/latest?source=USD&target=NOK" \
  -H "Authorization: Bearer art_live_your_key"

Or the bank's full published table:

curl "https://allratestoday.com/api/v1/central-bank/norges/latest" \
  -H "Authorization: Bearer art_live_your_key"

On paid plans, any historical date or a time series:

curl "https://allratestoday.com/api/v1/central-bank/norges/history?source=USD&target=NOK&from=2025-01-01" \
  -H "Authorization: Bearer art_live_your_key"

Latest published rates (2026-09-10)

Below is the current table from Norges Bank, unmodified — what a call to /latest returns right now, with values NOK per 1 unit of each currency:

Download this table: Excel (.xlsx) CSV

Download history:
Choose currencies: USD
Excel (.xlsx) CSV

One row per currency per publication date. Up to one year per download. Billed as one API call per currency per month of data.

BaseQuoteTypeRate
AUD NOK middle 6.6577
BDT NOK middle 0.0751
BRL NOK middle 1.8081
BYN NOK middle 3.0489
CAD NOK middle 6.7066
CHF NOK middle 11.411700000000002
CNY NOK middle 1.3817
CZK NOK middle 0.44384
DKK NOK middle 1.4399000000000002
EUR NOK middle 10.7635
GBP NOK middle 12.5281
HKD NOK middle 1.1817
HUF NOK middle 0.029508999999999997
IDR NOK middle 0.00052726
ILS NOK middle 3.058
INR NOK middle 0.09709
ISK NOK middle 0.07690000000000001
JPY NOK middle 0.060101
KRW NOK middle 0.006895
MMK NOK middle 0.004412
MXN NOK middle 0.5468999999999999
MYR NOK middle 2.2792
NZD NOK middle 5.3979
PHP NOK middle 0.14808
PKR NOK middle 0.03342
PLN NOK middle 2.4904
RON NOK middle 2.0492
SEK NOK middle 0.9611
SGD NOK middle 7.3166
THB NOK middle 0.28082999999999997
TRY NOK middle 0.1911
TWD NOK middle 0.29296
TWI NOK middle 121.82
USD NOK middle 9.2661
VND NOK middle 0.000357
XDR NOK middle 12.72083
ZAR NOK middle 0.5739

Node.js / TypeScript client

A dedicated zero-dependency npm package wraps these endpoints — norges-bank-exchange-rate:

npm install norges-bank-exchange-rate
import { getRate } from 'norges-bank-exchange-rate';

const pair = await getRate('USD', 'NOK', { apiKey: 'art_live_...' });
console.log(pair.rate, pair.rate_date);

Zero dependencies, TypeScript types included, and it runs anywhere fetch exists — Node 18+, Bun, Deno, and edge runtimes.

Full reference — installation, all four functions, response shapes, error codes: norges-bank-exchange-rate documentation.

Why use the official Norges Bank rate?

When an auditor or tax office in Norway asks which rate you used, "the NOK mid-market rate at 14:32" is not an answer — the official rate published by Norges Bank for that date is. This API returns exactly those published figures, stamped with the bank's own rate_date; on weekends and holidays the most recent published table is returned, as compliance rules expect.

Pairs the bank doesn't print directly are resolved from its table (inverse or cross via NOK) and explicitly flagged "derived": true — so what the bank printed and what was computed are never confused.

Endpoints

Full parameter reference in the API documentation. Every request counts toward your plan's monthly quota — rates change once per business day, so caching a published table locally makes a small quota go far.

Frequently asked questions

Is there an API for Norges Bank exchange rates?

Yes — this one. Official daily NOK rates as clean JSON, latest table on every plan including free.

How often does Norges Bank update its rates?

New tables land once per business day — the API picks each one up shortly after Norges Bank publishes it (latest: 2026-09-10).

Is this the official published table?

Yes — the rows are Norges Bank's published figures, untouched, with the original publication date attached. Pairs the bank didn't print are computed and flagged derived.

Norges Bank rates, one API key

Latest table on every plan. History back to 2016 on paid plans. No credit card to start.

Get Free API Key Read the Docs