Skip to content

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

NOK/SEK over YTD: show the values
PointNOK/SEK
2025-12-310.9137
2026-01-070.9131
2026-01-140.9139
2026-01-210.9162
2026-01-280.9189
2026-02-040.9278
2026-02-110.9362
2026-02-180.9455
2026-02-250.9452
2026-03-040.9502
2026-03-110.9538
2026-03-180.9780
2026-03-250.9545
2026-04-010.9714
2026-04-080.9669
2026-04-150.9757
2026-04-220.9875
2026-04-290.9980
2026-05-060.9941
2026-05-131.0162
2026-05-201.0105
2026-05-270.9993
2026-06-031.0084
2026-06-101.0012
2026-06-170.9894
2026-06-240.9935
2026-07-010.9808
2026-07-080.9929
2026-07-150.9956
2026-07-221.0119
2026-07-291.0050
2026-08-050.9982
2026-08-121.0055
2026-08-191.0117
2026-08-261.0178
2026-09-021.0322
2026-09-091.0423
2026-09-161.0463
2026-09-231.0438

High

1.0463

Low

0.91308

Average

0.98263

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK&currencies=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&currencies=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.