Skip to content

SZL to KRW exchange rate API

Lilangeni to Won · quoted 2026-09-26

83.0700

▼ +6.25% over 6M

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 6 months, SZL/KRW traded between 83.0700 and 94.3714, averaged 88.7484 and fell 6.25%. 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 6M

SZL/KRW over 6M: show the values
PointSZL/KRW
2026-03-3088.6125
2026-04-0689.2426
2026-04-1390.9265
2026-04-2089.4282
2026-04-2788.6568
2026-05-0488.3581
2026-05-1190.0794
2026-05-1990.6196
2026-05-2791.6950
2026-06-0394.1140
2026-06-1293.3459
2026-06-1992.7044
2026-06-2692.9965
2026-07-0394.3714
2026-07-1092.4171
2026-07-1790.2165
2026-07-2486.7951
2026-07-3187.4144
2026-08-0786.5461
2026-08-1487.1276
2026-08-2286.5357
2026-08-2985.1624
2026-09-0584.3067
2026-09-1283.0961
2026-09-1985.2992
2026-09-2683.0700

High

94.3714

Low

83.0700

Average

88.7484

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.