EUR to NOK exchange rate API
Euro to Norwegian Krone · quoted 2026-09-25
10.8203
▲ +7.50% over 5Y
1 EUR = 10.8203 NOK · 1 NOK = 0.09242 EUR · Get this rate via the API
1 EUR buys 10.8203 NOK as of 2026-09-25, so 1 NOK buys 0.09242 EUR. Over the last 5 years, EUR/NOK traded between 9.7838 and 11.9385, averaged 11.1771 and rose 7.50%. The API holds daily EUR/NOK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
EUR/NOK over 5Y: show the values
| Point | EUR/NOK |
|---|---|
| 2021-09-27 | 10.0655 |
| 2021-11-08 | 9.8745 |
| 2021-12-20 | 10.1915 |
| 2022-01-31 | 10.0085 |
| 2022-03-14 | 9.8588 |
| 2022-04-27 | 9.7838 |
| 2022-06-08 | 10.1395 |
| 2022-07-20 | 10.1323 |
| 2022-08-31 | 9.9388 |
| 2022-10-12 | 10.4145 |
| 2022-11-23 | 10.3659 |
| 2023-01-05 | 10.7248 |
| 2023-02-16 | 10.9513 |
| 2023-03-30 | 11.3570 |
| 2023-05-16 | 11.6130 |
| 2023-06-27 | 11.7563 |
| 2023-08-08 | 11.2950 |
| 2023-09-19 | 11.4905 |
| 2023-10-31 | 11.8735 |
| 2023-12-12 | 11.7780 |
| 2024-01-26 | 11.3325 |
| 2024-03-08 | 11.3395 |
| 2024-04-23 | 11.7310 |
| 2024-06-05 | 11.4750 |
| 2024-07-17 | 11.7575 |
| 2024-08-27 | 11.7230 |
| 2024-10-01 | 11.7916 |
| 2024-10-31 | 11.9385 |
| 2024-11-30 | 11.6823 |
| 2024-12-30 | 11.8455 |
| 2025-01-29 | 11.7785 |
| 2025-02-28 | 11.7245 |
| 2025-03-30 | 11.3605 |
| 2025-04-29 | 11.8045 |
| 2025-05-29 | 11.4880 |
| 2025-06-28 | 11.7918 |
| 2025-07-28 | 11.8625 |
| 2025-08-27 | 11.7860 |
| 2025-09-26 | 11.7105 |
| 2025-10-26 | 11.6321 |
| 2025-11-25 | 11.8480 |
| 2025-12-25 | 11.7898 |
| 2026-01-24 | 11.5552 |
| 2026-02-23 | 11.2585 |
| 2026-03-25 | 11.2855 |
| 2026-04-24 | 10.9525 |
| 2026-05-24 | 10.7678 |
| 2026-06-23 | 11.1430 |
| 2026-07-23 | 10.9525 |
| 2026-08-22 | 10.8530 |
| 2026-09-21 | 10.8130 |
High
11.9385
Low
9.7838
Average
11.1771
Get this rate via the API
One GET request returns the EUR/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=EUR¤cies=NOK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=NOK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=NOK").json()Replace YOUR_API_KEY with the key from your dashboard.
EUR/NOK API questions
How do I get the EUR/NOK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=NOK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/NOK rate in rates.NOK.
How far back does EUR/NOK historical data go?
Daily EUR/NOK rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free EUR/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.