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: show the values
| Point | SZL/KRW |
|---|---|
| 2025-12-31 | 87.0040 |
| 2026-01-07 | 88.5251 |
| 2026-01-14 | 90.1408 |
| 2026-01-21 | 89.3018 |
| 2026-01-28 | 89.8289 |
| 2026-02-04 | 91.3018 |
| 2026-02-11 | 91.9325 |
| 2026-02-18 | 90.2724 |
| 2026-02-25 | 89.5488 |
| 2026-03-04 | 88.6240 |
| 2026-03-11 | 90.8071 |
| 2026-03-18 | 90.1383 |
| 2026-03-25 | 88.4640 |
| 2026-04-01 | 89.1566 |
| 2026-04-08 | 89.3360 |
| 2026-04-15 | 90.1827 |
| 2026-04-22 | 90.1878 |
| 2026-04-29 | 89.3270 |
| 2026-05-06 | 86.7296 |
| 2026-05-14 | 90.8396 |
| 2026-05-21 | 91.4221 |
| 2026-05-29 | 92.7515 |
| 2026-06-05 | 94.3573 |
| 2026-06-14 | 93.6212 |
| 2026-06-21 | 93.2424 |
| 2026-06-28 | 93.4757 |
| 2026-07-05 | 94.4257 |
| 2026-07-12 | 92.1274 |
| 2026-07-19 | 90.4347 |
| 2026-07-26 | 86.9502 |
| 2026-08-02 | 87.3731 |
| 2026-08-09 | 87.5139 |
| 2026-08-16 | 87.4730 |
| 2026-08-24 | 86.4556 |
| 2026-08-31 | 84.5892 |
| 2026-09-07 | 84.3257 |
| 2026-09-14 | 83.1325 |
| 2026-09-21 | 84.5692 |
High
94.4257
Low
83.0700
Average
89.3066
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.