Skip to content

SZL to NOK exchange rate API

Lilangeni to Norwegian Krone · quoted 2026-09-26

0.58293

▲ +1.48% over 1Y

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 year, SZL/NOK traded between 0.55804 and 0.61491, averaged 0.58492 and rose 1.48%. 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 1Y

SZL/NOK over 1Y: show the values
PointSZL/NOK
2025-09-260.57444
2025-10-030.57465
2025-10-100.58671
2025-10-170.57844
2025-10-240.57725
2025-10-310.58366
2025-11-070.58625
2025-11-140.59141
2025-11-210.59422
2025-11-280.59304
2025-12-050.59432
2025-12-130.60079
2025-12-200.60469
2025-12-270.60073
2026-01-030.61039
2026-01-100.61246
2026-01-170.61491
2026-01-240.60576
2026-01-310.59766
2026-02-070.60364
2026-02-140.59543
2026-02-210.59387
2026-02-280.59708
2026-03-070.57906
2026-03-140.57670
2026-03-210.55884
2026-03-280.56542
2026-04-040.57566
2026-04-110.57955
2026-04-180.57353
2026-04-250.56145
2026-05-020.55804
2026-05-090.56256
2026-05-170.55848
2026-05-250.56586
2026-06-010.57071
2026-06-100.57366
2026-06-170.58678
2026-06-240.59332
2026-07-010.60498
2026-07-080.60063
2026-07-150.59512
2026-07-220.58336
2026-07-290.57785
2026-08-050.58140
2026-08-120.58486
2026-08-200.57970
2026-08-270.58486
2026-09-030.57988
2026-09-100.57767
2026-09-170.57692
2026-09-240.57947

High

0.61491

Low

0.55804

Average

0.58492

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.