Skip to content

EUR to NOK exchange rate API

Euro to Norwegian Krone · quoted 2026-09-25

10.8203

▼ +7.43% over 1Y

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 year, EUR/NOK traded between 10.7075 and 11.9545, averaged 11.2615 and fell 7.43%. 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 1Y

EUR/NOK over 1Y: show the values
PointEUR/NOK
2025-09-2511.6890
2025-10-0211.6750
2025-10-0911.6240
2025-10-1611.7340
2025-10-2311.5829
2025-10-3011.6648
2025-11-0611.7265
2025-11-1311.6740
2025-11-2011.7405
2025-11-2711.8030
2025-12-0411.7820
2025-12-1111.8250
2025-12-1811.9545
2025-12-2511.7898
2026-01-0111.8468
2026-01-0811.7935
2026-01-1511.7200
2026-01-2211.5760
2026-01-2911.4180
2026-02-0511.4740
2026-02-1211.2535
2026-02-1911.2530
2026-02-2611.2930
2026-03-0511.2140
2026-03-1211.1575
2026-03-1910.9960
2026-03-2611.1265
2026-04-0211.2285
2026-04-0911.1265
2026-04-1611.0480
2026-04-2310.9130
2026-04-3010.9123
2026-05-0710.8675
2026-05-1410.7980
2026-05-2110.7075
2026-05-2810.7940
2026-06-0410.8445
2026-06-1110.9895
2026-06-1811.1050
2026-06-2511.2175
2026-07-0211.2885
2026-07-0911.1305
2026-07-1611.0640
2026-07-2310.9525
2026-07-3010.9758
2026-08-0611.0003
2026-08-1310.9860
2026-08-2010.9025
2026-08-2710.8770
2026-09-0310.8063
2026-09-1010.7635
2026-09-1710.8250
2026-09-2410.7895

High

11.9545

Low

10.7075

Average

11.2615

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.