Skip to content

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

SEK/NOK over 1Y: show the values
PointSEK/NOK
2025-09-251.05797
2025-10-021.06112
2025-10-091.05798
2025-10-161.06547
2025-10-231.06077
2025-10-301.06625
2025-11-061.06702
2025-11-131.06704
2025-11-201.06737
2025-11-271.07354
2025-12-041.07431
2025-12-111.09036
2025-12-181.09659
2025-12-251.09109
2026-01-011.09498
2026-01-081.09544
2026-01-151.09548
2026-01-221.09269
2026-01-291.08079
2026-02-051.07828
2026-02-121.06497
2026-02-191.05252
2026-02-261.05809
2026-03-051.04916
2026-03-121.04171
2026-03-191.01754
2026-03-261.02638
2026-04-021.02562
2026-04-091.02299
2026-04-161.02258
2026-04-231.01238
2026-04-301.00523
2026-05-071.00393
2026-05-140.98933
2026-05-210.98582
2026-05-280.99746
2026-06-040.99671
2026-06-110.99964
2026-06-181.01097
2026-06-251.01341
2026-07-021.01905
2026-07-091.00619
2026-07-161.00322
2026-07-230.98711
2026-07-300.99691
2026-08-061.00698
2026-08-130.99615
2026-08-200.98331
2026-08-270.98137
2026-09-030.97140
2026-09-100.96107
2026-09-170.96039
2026-09-240.95783

High

1.0966

Low

0.95783

Average

1.0319

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&currencies=NOK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&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=SEK&currencies=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&currencies=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.