Skip to content

USD to NOK exchange rate API

US Dollar to Norwegian Krone · quoted 2026-09-27

9.5071

▲ +9.90% over 5Y

1 USD = 9.5071 NOK · 1 NOK = 0.10518 USD · Get this rate via the API

1 USD buys 9.5071 NOK as of 2026-09-27, so 1 NOK buys 0.10518 USD. Over the last 5 years, USD/NOK traded between 8.5130 and 11.3534, averaged 10.1238 and rose 9.90%. The API holds daily USD/NOK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/NOK over 5Y

USD/NOK over 5Y: show the values
PointUSD/NOK
2021-09-288.6505
2021-11-098.5130
2021-12-218.9852
2022-02-018.8488
2022-03-158.9610
2022-04-289.4411
2022-06-099.4776
2022-07-219.9765
2022-09-0110.0090
2022-10-1310.6299
2022-11-249.9333
2023-01-0610.2924
2023-02-1710.3671
2023-03-3110.4772
2023-05-1710.8316
2023-06-2810.8242
2023-08-0910.2173
2023-09-2010.7288
2023-11-0111.1948
2023-12-1310.9623
2024-01-2910.4453
2024-03-1110.4709
2024-04-2410.9798
2024-06-0610.5844
2024-07-1810.7484
2024-08-2810.5352
2024-10-0210.5442
2024-11-0110.9876
2024-12-0111.0438
2024-12-3111.3534
2025-01-3011.3059
2025-03-0111.2519
2025-03-3110.5529
2025-04-3010.3834
2025-05-3010.1780
2025-06-2910.0711
2025-07-2910.2458
2025-08-2810.0617
2025-09-279.9765
2025-10-279.9931
2025-11-2610.2330
2025-12-2610.0074
2026-01-259.7475
2026-02-249.5589
2026-03-269.6425
2026-04-259.3170
2026-05-259.2468
2026-06-249.8386
2026-07-249.5702
2026-08-239.3092
2026-09-229.4225

High

11.3534

Low

8.5130

Average

10.1238

For developers

Get this rate via the API

One GET request returns the USD/NOK rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=NOK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=NOK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=NOK").json()

Replace YOUR_API_KEY with the key from your dashboard.

USD/NOK API questions

How do I get the USD/NOK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=NOK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/NOK rate in rates.NOK.

How far back does USD/NOK historical data go?

Daily USD/NOK rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free USD/NOK exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.