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: show the values
| Point | SZL/KRW |
|---|---|
| 2025-09-26 | 80.7187 |
| 2025-10-03 | 81.1824 |
| 2025-10-10 | 82.5913 |
| 2025-10-17 | 81.8331 |
| 2025-10-24 | 83.0457 |
| 2025-10-31 | 82.6779 |
| 2025-11-07 | 83.9808 |
| 2025-11-14 | 85.2546 |
| 2025-11-21 | 85.5706 |
| 2025-11-28 | 85.6859 |
| 2025-12-05 | 86.6995 |
| 2025-12-13 | 87.3958 |
| 2025-12-20 | 88.0049 |
| 2025-12-27 | 86.7311 |
| 2026-01-03 | 87.3705 |
| 2026-01-10 | 88.3662 |
| 2026-01-17 | 89.7711 |
| 2026-01-24 | 89.7071 |
| 2026-01-31 | 89.8535 |
| 2026-02-07 | 91.3104 |
| 2026-02-14 | 90.2934 |
| 2026-02-21 | 90.1280 |
| 2026-02-28 | 90.3818 |
| 2026-03-07 | 89.7327 |
| 2026-03-14 | 88.6263 |
| 2026-03-21 | 87.9049 |
| 2026-03-28 | 87.8769 |
| 2026-04-04 | 89.0474 |
| 2026-04-11 | 90.3296 |
| 2026-04-18 | 89.8094 |
| 2026-04-25 | 88.9833 |
| 2026-05-02 | 88.3126 |
| 2026-05-09 | 89.3028 |
| 2026-05-17 | 90.0510 |
| 2026-05-25 | 92.6348 |
| 2026-06-01 | 92.9437 |
| 2026-06-10 | 92.1423 |
| 2026-06-17 | 93.7334 |
| 2026-06-24 | 93.2575 |
| 2026-07-01 | 94.8484 |
| 2026-07-08 | 92.8209 |
| 2026-07-15 | 91.2826 |
| 2026-07-22 | 89.9940 |
| 2026-07-29 | 86.8391 |
| 2026-08-05 | 87.0748 |
| 2026-08-12 | 87.4987 |
| 2026-08-20 | 86.7261 |
| 2026-08-27 | 86.4328 |
| 2026-09-03 | 84.5963 |
| 2026-09-10 | 83.7753 |
| 2026-09-17 | 84.5961 |
| 2026-09-24 | 83.5511 |
High
94.8484
Low
80.7187
Average
87.8556
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.