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: show the values
| Point | EUR/NOK |
|---|---|
| 2025-09-25 | 11.6890 |
| 2025-10-02 | 11.6750 |
| 2025-10-09 | 11.6240 |
| 2025-10-16 | 11.7340 |
| 2025-10-23 | 11.5829 |
| 2025-10-30 | 11.6648 |
| 2025-11-06 | 11.7265 |
| 2025-11-13 | 11.6740 |
| 2025-11-20 | 11.7405 |
| 2025-11-27 | 11.8030 |
| 2025-12-04 | 11.7820 |
| 2025-12-11 | 11.8250 |
| 2025-12-18 | 11.9545 |
| 2025-12-25 | 11.7898 |
| 2026-01-01 | 11.8468 |
| 2026-01-08 | 11.7935 |
| 2026-01-15 | 11.7200 |
| 2026-01-22 | 11.5760 |
| 2026-01-29 | 11.4180 |
| 2026-02-05 | 11.4740 |
| 2026-02-12 | 11.2535 |
| 2026-02-19 | 11.2530 |
| 2026-02-26 | 11.2930 |
| 2026-03-05 | 11.2140 |
| 2026-03-12 | 11.1575 |
| 2026-03-19 | 10.9960 |
| 2026-03-26 | 11.1265 |
| 2026-04-02 | 11.2285 |
| 2026-04-09 | 11.1265 |
| 2026-04-16 | 11.0480 |
| 2026-04-23 | 10.9130 |
| 2026-04-30 | 10.9123 |
| 2026-05-07 | 10.8675 |
| 2026-05-14 | 10.7980 |
| 2026-05-21 | 10.7075 |
| 2026-05-28 | 10.7940 |
| 2026-06-04 | 10.8445 |
| 2026-06-11 | 10.9895 |
| 2026-06-18 | 11.1050 |
| 2026-06-25 | 11.2175 |
| 2026-07-02 | 11.2885 |
| 2026-07-09 | 11.1305 |
| 2026-07-16 | 11.0640 |
| 2026-07-23 | 10.9525 |
| 2026-07-30 | 10.9758 |
| 2026-08-06 | 11.0003 |
| 2026-08-13 | 10.9860 |
| 2026-08-20 | 10.9025 |
| 2026-08-27 | 10.8770 |
| 2026-09-03 | 10.8063 |
| 2026-09-10 | 10.7635 |
| 2026-09-17 | 10.8250 |
| 2026-09-24 | 10.7895 |
High
11.9545
Low
10.7075
Average
11.2615
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.