Skip to content

SZL to KRW exchange rate API

Lilangeni to Won · quoted 2026-09-26

83.0700

▼ +4.52% over YTD

1 SZL = 83.0700 KRW · 1 KRW = 0.01204 SZL · Get this rate via the API

1 SZL buys 83.0700 KRW as of 2026-09-26, so 1 KRW buys 0.01204 SZL. Over the year to date, SZL/KRW traded between 83.0700 and 94.4257, averaged 89.3066 and fell 4.52%. The API holds daily SZL/KRW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/KRW over YTD

SZL/KRW over YTD: show the values
PointSZL/KRW
2025-12-3187.0040
2026-01-0788.5251
2026-01-1490.1408
2026-01-2189.3018
2026-01-2889.8289
2026-02-0491.3018
2026-02-1191.9325
2026-02-1890.2724
2026-02-2589.5488
2026-03-0488.6240
2026-03-1190.8071
2026-03-1890.1383
2026-03-2588.4640
2026-04-0189.1566
2026-04-0889.3360
2026-04-1590.1827
2026-04-2290.1878
2026-04-2989.3270
2026-05-0686.7296
2026-05-1490.8396
2026-05-2191.4221
2026-05-2992.7515
2026-06-0594.3573
2026-06-1493.6212
2026-06-2193.2424
2026-06-2893.4757
2026-07-0594.4257
2026-07-1292.1274
2026-07-1990.4347
2026-07-2686.9502
2026-08-0287.3731
2026-08-0987.5139
2026-08-1687.4730
2026-08-2486.4556
2026-08-3184.5892
2026-09-0784.3257
2026-09-1483.1325
2026-09-2184.5692

High

94.4257

Low

83.0700

Average

89.3066

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/KRW API questions

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

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

How far back does SZL/KRW historical data go?

Daily SZL/KRW 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/KRW 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.