NOK to SEK exchange rate API
Norwegian Krone to Swedish Krona · quoted 2026-09-25
1.0419
▲ +14.02% over YTD
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 year to date, NOK/SEK traded between 0.91308 and 1.0463, averaged 0.98263 and rose 14.02%. 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 YTD: show the values
| Point | NOK/SEK |
|---|---|
| 2025-12-31 | 0.9137 |
| 2026-01-07 | 0.9131 |
| 2026-01-14 | 0.9139 |
| 2026-01-21 | 0.9162 |
| 2026-01-28 | 0.9189 |
| 2026-02-04 | 0.9278 |
| 2026-02-11 | 0.9362 |
| 2026-02-18 | 0.9455 |
| 2026-02-25 | 0.9452 |
| 2026-03-04 | 0.9502 |
| 2026-03-11 | 0.9538 |
| 2026-03-18 | 0.9780 |
| 2026-03-25 | 0.9545 |
| 2026-04-01 | 0.9714 |
| 2026-04-08 | 0.9669 |
| 2026-04-15 | 0.9757 |
| 2026-04-22 | 0.9875 |
| 2026-04-29 | 0.9980 |
| 2026-05-06 | 0.9941 |
| 2026-05-13 | 1.0162 |
| 2026-05-20 | 1.0105 |
| 2026-05-27 | 0.9993 |
| 2026-06-03 | 1.0084 |
| 2026-06-10 | 1.0012 |
| 2026-06-17 | 0.9894 |
| 2026-06-24 | 0.9935 |
| 2026-07-01 | 0.9808 |
| 2026-07-08 | 0.9929 |
| 2026-07-15 | 0.9956 |
| 2026-07-22 | 1.0119 |
| 2026-07-29 | 1.0050 |
| 2026-08-05 | 0.9982 |
| 2026-08-12 | 1.0055 |
| 2026-08-19 | 1.0117 |
| 2026-08-26 | 1.0178 |
| 2026-09-02 | 1.0322 |
| 2026-09-09 | 1.0423 |
| 2026-09-16 | 1.0463 |
| 2026-09-23 | 1.0438 |
High
1.0463
Low
0.91308
Average
0.98263
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.