Skip to content

SZL to KRW exchange rate API

Lilangeni to Won · quoted 2026-09-26

83.0700

▲ +2.91% over 1Y

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 last year, SZL/KRW traded between 80.7187 and 94.8484, averaged 87.8556 and rose 2.91%. 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 1Y

SZL/KRW over 1Y: show the values
PointSZL/KRW
2025-09-2680.7187
2025-10-0381.1824
2025-10-1082.5913
2025-10-1781.8331
2025-10-2483.0457
2025-10-3182.6779
2025-11-0783.9808
2025-11-1485.2546
2025-11-2185.5706
2025-11-2885.6859
2025-12-0586.6995
2025-12-1387.3958
2025-12-2088.0049
2025-12-2786.7311
2026-01-0387.3705
2026-01-1088.3662
2026-01-1789.7711
2026-01-2489.7071
2026-01-3189.8535
2026-02-0791.3104
2026-02-1490.2934
2026-02-2190.1280
2026-02-2890.3818
2026-03-0789.7327
2026-03-1488.6263
2026-03-2187.9049
2026-03-2887.8769
2026-04-0489.0474
2026-04-1190.3296
2026-04-1889.8094
2026-04-2588.9833
2026-05-0288.3126
2026-05-0989.3028
2026-05-1790.0510
2026-05-2592.6348
2026-06-0192.9437
2026-06-1092.1423
2026-06-1793.7334
2026-06-2493.2575
2026-07-0194.8484
2026-07-0892.8209
2026-07-1591.2826
2026-07-2289.9940
2026-07-2986.8391
2026-08-0587.0748
2026-08-1287.4987
2026-08-2086.7261
2026-08-2786.4328
2026-09-0384.5963
2026-09-1083.7753
2026-09-1784.5961
2026-09-2483.5511

High

94.8484

Low

80.7187

Average

87.8556

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.