Skip to content

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

NOK/SEK over 1Y: show the values
PointNOK/SEK
2025-09-250.9452
2025-10-020.9424
2025-10-090.9452
2025-10-160.9386
2025-10-230.9427
2025-10-300.9379
2025-11-060.9372
2025-11-130.9372
2025-11-200.9369
2025-11-270.9315
2025-12-040.9308
2025-12-110.9171
2025-12-180.9119
2025-12-250.9165
2026-01-010.9133
2026-01-080.9129
2026-01-150.9128
2026-01-220.9152
2026-01-290.9252
2026-02-050.9274
2026-02-120.9390
2026-02-190.9501
2026-02-260.9451
2026-03-050.9531
2026-03-120.9600
2026-03-190.9828
2026-03-260.9743
2026-04-020.9750
2026-04-090.9775
2026-04-160.9779
2026-04-230.9878
2026-04-300.9948
2026-05-070.9961
2026-05-141.0108
2026-05-211.0144
2026-05-281.0025
2026-06-041.0033
2026-06-111.0004
2026-06-180.9891
2026-06-250.9868
2026-07-020.9813
2026-07-090.9938
2026-07-160.9968
2026-07-231.0131
2026-07-301.0031
2026-08-060.9931
2026-08-131.0039
2026-08-201.0170
2026-08-271.0190
2026-09-031.0294
2026-09-101.0405
2026-09-171.0412
2026-09-241.0440

High

1.0440

Low

0.91192

Average

0.97068

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.