Skip to content

SZL to NOK exchange rate API

Lilangeni to Norwegian Krone · quoted 2026-09-26

0.58293

▼ +0.33% over 30D

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 last 30 days, SZL/NOK traded between 0.57340 and 0.58486, averaged 0.57909 and fell 0.33%. 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 30D

SZL/NOK over 30D: show the values
PointSZL/NOK
2026-08-270.58486
2026-08-280.58319
2026-08-290.58008
2026-08-300.57957
2026-08-310.57759
2026-09-010.57926
2026-09-020.57716
2026-09-030.57988
2026-09-040.58149
2026-09-050.58316
2026-09-060.58296
2026-09-070.57995
2026-09-080.57849
2026-09-090.57379
2026-09-100.57767
2026-09-110.57340
2026-09-120.57575
2026-09-130.57622
2026-09-140.57560
2026-09-150.57427
2026-09-160.57627
2026-09-170.57692
2026-09-180.57814
2026-09-190.57899
2026-09-200.57821
2026-09-210.58000
2026-09-220.57983
2026-09-230.58432
2026-09-240.57947
2026-09-250.57869
2026-09-260.58293

High

0.58486

Low

0.57340

Average

0.57909

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.