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: show the values
| Point | USD/NOK |
|---|---|
| 2021-09-28 | 8.6505 |
| 2021-11-09 | 8.5130 |
| 2021-12-21 | 8.9852 |
| 2022-02-01 | 8.8488 |
| 2022-03-15 | 8.9610 |
| 2022-04-28 | 9.4411 |
| 2022-06-09 | 9.4776 |
| 2022-07-21 | 9.9765 |
| 2022-09-01 | 10.0090 |
| 2022-10-13 | 10.6299 |
| 2022-11-24 | 9.9333 |
| 2023-01-06 | 10.2924 |
| 2023-02-17 | 10.3671 |
| 2023-03-31 | 10.4772 |
| 2023-05-17 | 10.8316 |
| 2023-06-28 | 10.8242 |
| 2023-08-09 | 10.2173 |
| 2023-09-20 | 10.7288 |
| 2023-11-01 | 11.1948 |
| 2023-12-13 | 10.9623 |
| 2024-01-29 | 10.4453 |
| 2024-03-11 | 10.4709 |
| 2024-04-24 | 10.9798 |
| 2024-06-06 | 10.5844 |
| 2024-07-18 | 10.7484 |
| 2024-08-28 | 10.5352 |
| 2024-10-02 | 10.5442 |
| 2024-11-01 | 10.9876 |
| 2024-12-01 | 11.0438 |
| 2024-12-31 | 11.3534 |
| 2025-01-30 | 11.3059 |
| 2025-03-01 | 11.2519 |
| 2025-03-31 | 10.5529 |
| 2025-04-30 | 10.3834 |
| 2025-05-30 | 10.1780 |
| 2025-06-29 | 10.0711 |
| 2025-07-29 | 10.2458 |
| 2025-08-28 | 10.0617 |
| 2025-09-27 | 9.9765 |
| 2025-10-27 | 9.9931 |
| 2025-11-26 | 10.2330 |
| 2025-12-26 | 10.0074 |
| 2026-01-25 | 9.7475 |
| 2026-02-24 | 9.5589 |
| 2026-03-26 | 9.6425 |
| 2026-04-25 | 9.3170 |
| 2026-05-25 | 9.2468 |
| 2026-06-24 | 9.8386 |
| 2026-07-24 | 9.5702 |
| 2026-08-23 | 9.3092 |
| 2026-09-22 | 9.4225 |
High
11.3534
Low
8.5130
Average
10.1238
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=NOK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=NOK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=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¤cies=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.