Skip to content

SZL to NOK exchange rate API

Lilangeni to Norwegian Krone · quoted 2026-09-26

0.58293

▼ +4.00% over YTD

1 SZL = 0.58293 NOK · 1 NOK = 1.7155 SZL · Get this rate via the API

1 SZL buys 0.58293 NOK as of 2026-09-26, so 1 NOK buys 1.7155 SZL. Over the year to date, SZL/NOK traded between 0.55492 and 0.61540, averaged 0.58459 and fell 4.00%. The API holds daily SZL/NOK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/NOK over YTD

SZL/NOK over YTD: show the values
PointSZL/NOK
2025-12-310.60720
2026-01-070.61540
2026-01-140.61525
2026-01-210.60440
2026-01-280.60501
2026-02-040.60487
2026-02-110.59625
2026-02-180.59184
2026-02-250.60114
2026-03-040.58371
2026-03-110.59295
2026-03-180.57451
2026-03-250.57511
2026-04-010.57221
2026-04-080.57738
2026-04-150.57633
2026-04-220.56748
2026-04-290.56066
2026-05-060.55492
2026-05-140.56191
2026-05-210.55937
2026-05-290.56973
2026-06-050.57049
2026-06-140.58354
2026-06-210.58967
2026-06-280.60328
2026-07-050.60599
2026-07-120.59860
2026-07-190.58723
2026-07-260.56913
2026-08-020.57283
2026-08-090.58859
2026-08-160.58411
2026-08-240.58175
2026-08-310.57759
2026-09-070.57995
2026-09-140.57560
2026-09-210.58000

High

0.61540

Low

0.55492

Average

0.58459

For developers

Get this rate via the API

One GET request returns the SZL/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=SZL&currencies=NOK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&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=SZL&currencies=NOK").json()

Replace YOUR_API_KEY with the key from your dashboard.

SZL/NOK API questions

How do I get the SZL/NOK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=NOK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/NOK rate in rates.NOK.

How far back does SZL/NOK historical data go?

Daily SZL/NOK rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free SZL/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.