SEK to NOK exchange rate API
Swedish Krona to Norwegian Krone · quoted 2026-09-25
0.95993
▼ +9.27% over 1Y
1 SEK = 0.95993 NOK · 1 NOK = 1.0417 SEK · Get this rate via the API
1 SEK buys 0.95993 NOK as of 2026-09-25, so 1 NOK buys 1.0417 SEK. Over the last year, SEK/NOK traded between 0.95783 and 1.0966, averaged 1.0319 and fell 9.27%. The API holds daily SEK/NOK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
SEK/NOK over 1Y: show the values
| Point | SEK/NOK |
|---|---|
| 2025-09-25 | 1.05797 |
| 2025-10-02 | 1.06112 |
| 2025-10-09 | 1.05798 |
| 2025-10-16 | 1.06547 |
| 2025-10-23 | 1.06077 |
| 2025-10-30 | 1.06625 |
| 2025-11-06 | 1.06702 |
| 2025-11-13 | 1.06704 |
| 2025-11-20 | 1.06737 |
| 2025-11-27 | 1.07354 |
| 2025-12-04 | 1.07431 |
| 2025-12-11 | 1.09036 |
| 2025-12-18 | 1.09659 |
| 2025-12-25 | 1.09109 |
| 2026-01-01 | 1.09498 |
| 2026-01-08 | 1.09544 |
| 2026-01-15 | 1.09548 |
| 2026-01-22 | 1.09269 |
| 2026-01-29 | 1.08079 |
| 2026-02-05 | 1.07828 |
| 2026-02-12 | 1.06497 |
| 2026-02-19 | 1.05252 |
| 2026-02-26 | 1.05809 |
| 2026-03-05 | 1.04916 |
| 2026-03-12 | 1.04171 |
| 2026-03-19 | 1.01754 |
| 2026-03-26 | 1.02638 |
| 2026-04-02 | 1.02562 |
| 2026-04-09 | 1.02299 |
| 2026-04-16 | 1.02258 |
| 2026-04-23 | 1.01238 |
| 2026-04-30 | 1.00523 |
| 2026-05-07 | 1.00393 |
| 2026-05-14 | 0.98933 |
| 2026-05-21 | 0.98582 |
| 2026-05-28 | 0.99746 |
| 2026-06-04 | 0.99671 |
| 2026-06-11 | 0.99964 |
| 2026-06-18 | 1.01097 |
| 2026-06-25 | 1.01341 |
| 2026-07-02 | 1.01905 |
| 2026-07-09 | 1.00619 |
| 2026-07-16 | 1.00322 |
| 2026-07-23 | 0.98711 |
| 2026-07-30 | 0.99691 |
| 2026-08-06 | 1.00698 |
| 2026-08-13 | 0.99615 |
| 2026-08-20 | 0.98331 |
| 2026-08-27 | 0.98137 |
| 2026-09-03 | 0.97140 |
| 2026-09-10 | 0.96107 |
| 2026-09-17 | 0.96039 |
| 2026-09-24 | 0.95783 |
High
1.0966
Low
0.95783
Average
1.0319
Get this rate via the API
One GET request returns the SEK/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=SEK¤cies=NOK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=NOK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=NOK").json()Replace YOUR_API_KEY with the key from your dashboard.
SEK/NOK API questions
How do I get the SEK/NOK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=NOK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SEK/NOK rate in rates.NOK.
How far back does SEK/NOK historical data go?
Daily SEK/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 SEK/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.