Skip to content

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

EUR/NOK over 5Y: show the values
PointEUR/NOK
2021-09-2710.0655
2021-11-089.8745
2021-12-2010.1915
2022-01-3110.0085
2022-03-149.8588
2022-04-279.7838
2022-06-0810.1395
2022-07-2010.1323
2022-08-319.9388
2022-10-1210.4145
2022-11-2310.3659
2023-01-0510.7248
2023-02-1610.9513
2023-03-3011.3570
2023-05-1611.6130
2023-06-2711.7563
2023-08-0811.2950
2023-09-1911.4905
2023-10-3111.8735
2023-12-1211.7780
2024-01-2611.3325
2024-03-0811.3395
2024-04-2311.7310
2024-06-0511.4750
2024-07-1711.7575
2024-08-2711.7230
2024-10-0111.7916
2024-10-3111.9385
2024-11-3011.6823
2024-12-3011.8455
2025-01-2911.7785
2025-02-2811.7245
2025-03-3011.3605
2025-04-2911.8045
2025-05-2911.4880
2025-06-2811.7918
2025-07-2811.8625
2025-08-2711.7860
2025-09-2611.7105
2025-10-2611.6321
2025-11-2511.8480
2025-12-2511.7898
2026-01-2411.5552
2026-02-2311.2585
2026-03-2511.2855
2026-04-2410.9525
2026-05-2410.7678
2026-06-2311.1430
2026-07-2310.9525
2026-08-2210.8530
2026-09-2110.8130

High

11.9385

Low

9.7838

Average

11.1771

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=NOK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&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=EUR&currencies=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&currencies=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.