NOK to SEK exchange rate API
Norwegian Krone to Swedish Krona · quoted 2026-09-25
1.0419
▲ +10.23% over 1Y
1 NOK = 1.0419 SEK · 1 SEK = 0.95983 NOK · Get this rate via the API
1 NOK buys 1.0419 SEK as of 2026-09-25, so 1 SEK buys 0.95983 NOK. Over the last year, NOK/SEK traded between 0.91192 and 1.0440, averaged 0.97068 and rose 10.23%. The API holds daily NOK/SEK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
NOK/SEK over 1Y: show the values
| Point | NOK/SEK |
|---|---|
| 2025-09-25 | 0.9452 |
| 2025-10-02 | 0.9424 |
| 2025-10-09 | 0.9452 |
| 2025-10-16 | 0.9386 |
| 2025-10-23 | 0.9427 |
| 2025-10-30 | 0.9379 |
| 2025-11-06 | 0.9372 |
| 2025-11-13 | 0.9372 |
| 2025-11-20 | 0.9369 |
| 2025-11-27 | 0.9315 |
| 2025-12-04 | 0.9308 |
| 2025-12-11 | 0.9171 |
| 2025-12-18 | 0.9119 |
| 2025-12-25 | 0.9165 |
| 2026-01-01 | 0.9133 |
| 2026-01-08 | 0.9129 |
| 2026-01-15 | 0.9128 |
| 2026-01-22 | 0.9152 |
| 2026-01-29 | 0.9252 |
| 2026-02-05 | 0.9274 |
| 2026-02-12 | 0.9390 |
| 2026-02-19 | 0.9501 |
| 2026-02-26 | 0.9451 |
| 2026-03-05 | 0.9531 |
| 2026-03-12 | 0.9600 |
| 2026-03-19 | 0.9828 |
| 2026-03-26 | 0.9743 |
| 2026-04-02 | 0.9750 |
| 2026-04-09 | 0.9775 |
| 2026-04-16 | 0.9779 |
| 2026-04-23 | 0.9878 |
| 2026-04-30 | 0.9948 |
| 2026-05-07 | 0.9961 |
| 2026-05-14 | 1.0108 |
| 2026-05-21 | 1.0144 |
| 2026-05-28 | 1.0025 |
| 2026-06-04 | 1.0033 |
| 2026-06-11 | 1.0004 |
| 2026-06-18 | 0.9891 |
| 2026-06-25 | 0.9868 |
| 2026-07-02 | 0.9813 |
| 2026-07-09 | 0.9938 |
| 2026-07-16 | 0.9968 |
| 2026-07-23 | 1.0131 |
| 2026-07-30 | 1.0031 |
| 2026-08-06 | 0.9931 |
| 2026-08-13 | 1.0039 |
| 2026-08-20 | 1.0170 |
| 2026-08-27 | 1.0190 |
| 2026-09-03 | 1.0294 |
| 2026-09-10 | 1.0405 |
| 2026-09-17 | 1.0412 |
| 2026-09-24 | 1.0440 |
High
1.0440
Low
0.91192
Average
0.97068
Get this rate via the API
One GET request returns the NOK/SEK 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=NOK¤cies=SEK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK¤cies=SEK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK¤cies=SEK").json()Replace YOUR_API_KEY with the key from your dashboard.
NOK/SEK API questions
How do I get the NOK/SEK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK¤cies=SEK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NOK/SEK rate in rates.SEK.
How far back does NOK/SEK historical data go?
Daily NOK/SEK 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 NOK/SEK 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.