Norges Bank Exchange Rate API
Official Norges Bank (Norway) daily exchange rates as JSON: 40 currencies, history back to 2016. The published NOK rates required for tax, audits, and compliant invoicing.
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 daily 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-07-28)
The most recent table as published by Norges Bank — exactly what the
/latest endpoint returns right now. Values are
NOK per 1 unit of each currency:
| Base | Quote | Type | Rate |
|---|---|---|---|
AUD | NOK | middle | 6.7469 |
BDT | NOK | middle | 0.0784 |
BRL | NOK | middle | 1.8923 |
BYN | NOK | middle | 3.3751 |
CAD | NOK | middle | 6.863 |
CHF | NOK | middle | 11.8097 |
CNY | NOK | middle | 1.4299000000000002 |
CZK | NOK | middle | 0.45502000000000004 |
DKK | NOK | middle | 1.4723 |
EUR | NOK | middle | 11.0055 |
GBP | NOK | middle | 12.8644 |
HKD | NOK | middle | 1.2347 |
HUF | NOK | middle | 0.030495 |
IDR | NOK | middle | 0.00053485 |
ILS | NOK | middle | 3.1673 |
INR | NOK | middle | 0.10099999999999999 |
ISK | NOK | middle | 0.07730000000000001 |
JPY | NOK | middle | 0.059067999999999996 |
KRW | NOK | middle | 0.006634 |
MMK | NOK | middle | 0.00461 |
MXN | NOK | middle | 0.5540999999999999 |
MYR | NOK | middle | 2.3661 |
NZD | NOK | middle | 5.5885 |
PHP | NOK | middle | 0.15709 |
PKR | NOK | middle | 0.03486 |
PLN | NOK | middle | 2.5437 |
RON | NOK | middle | 2.1035 |
SEK | NOK | middle | 0.9948 |
SGD | NOK | middle | 7.4857 |
THB | NOK | middle | 0.28807 |
TRY | NOK | middle | 0.2043 |
TWD | NOK | middle | 0.29874 |
TWI | NOK | middle | 125.18 |
USD | NOK | middle | 9.682 |
VND | NOK | middle | 0.000368 |
XDR | NOK | middle | 13.11796 |
ZAR | NOK | middle | 0.5768 |
Why use the official Norges Bank rate?
Live market rates move continuously, but tax filings, customs
declarations, audits, and statutory accounting in Norway and
beyond typically require the official rate published by
Norges Bank for a given date — a fixed, citable number that never
changes after publication. This API serves those published tables with the
bank's own rate_date on every response; weekends and holidays
return the most recent published date, which is the rate compliance rules
require you to apply.
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
GET /api/v1/central-bank/norges/latest— latest table or single pair (all plans)GET /api/v1/central-bank/norges/{YYYY-MM-DD}— the table for any date (paid plans)GET /api/v1/central-bank/norges/history— daily time series, up to 5,000 rows (paid plans)
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 day's 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 are the rates updated?
Norges Bank publishes once per business day; the API ingests each new table shortly after publication (latest: 2026-07-28).
Are these the official rates?
Yes — ingested from Norges Bank's own published data, served unmodified
with the bank's publication date. Anything computed rather than published
is 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