SZL to KGS exchange rate API
Lilangeni to Som · quoted 2026-09-26
5.3623
▲ +7.08% over 1Y
1 SZL = 5.3623 KGS · 1 KGS = 0.18649 SZL · Get this rate via the API
1 SZL buys 5.3623 KGS as of 2026-09-26, so 1 KGS buys 0.18649 SZL. Over the last year, SZL/KGS traded between 5.0075 and 5.4900, averaged 5.2763 and rose 7.08%. The API holds daily SZL/KGS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SZL/KGS over 1Y: show the values
| Point | SZL/KGS |
|---|---|
| 2025-09-26 | 5.0075 |
| 2025-10-03 | 5.0496 |
| 2025-10-10 | 5.0828 |
| 2025-10-17 | 5.0380 |
| 2025-10-24 | 5.0460 |
| 2025-10-31 | 5.0636 |
| 2025-11-07 | 5.0322 |
| 2025-11-14 | 5.1376 |
| 2025-11-21 | 5.0887 |
| 2025-11-28 | 5.1006 |
| 2025-12-05 | 5.1510 |
| 2025-12-13 | 5.1836 |
| 2025-12-20 | 5.2164 |
| 2025-12-27 | 5.2478 |
| 2026-01-03 | 5.3033 |
| 2026-01-10 | 5.3030 |
| 2026-01-17 | 5.3292 |
| 2026-01-24 | 5.4205 |
| 2026-01-31 | 5.4179 |
| 2026-02-07 | 5.4559 |
| 2026-02-14 | 5.4809 |
| 2026-02-21 | 5.4529 |
| 2026-02-28 | 5.4900 |
| 2026-03-07 | 5.2844 |
| 2026-03-14 | 5.1631 |
| 2026-03-21 | 5.1085 |
| 2026-03-28 | 5.0961 |
| 2026-04-04 | 5.1528 |
| 2026-04-11 | 5.3210 |
| 2026-04-18 | 5.3535 |
| 2026-04-25 | 5.2670 |
| 2026-05-02 | 5.2472 |
| 2026-05-09 | 5.3402 |
| 2026-05-17 | 5.2427 |
| 2026-05-25 | 5.3518 |
| 2026-06-01 | 5.3878 |
| 2026-06-10 | 5.2860 |
| 2026-06-17 | 5.4036 |
| 2026-06-24 | 5.2775 |
| 2026-07-01 | 5.3245 |
| 2026-07-08 | 5.3797 |
| 2026-07-15 | 5.3507 |
| 2026-07-22 | 5.3157 |
| 2026-07-29 | 5.2321 |
| 2026-08-05 | 5.3717 |
| 2026-08-12 | 5.4000 |
| 2026-08-20 | 5.4373 |
| 2026-08-27 | 5.4814 |
| 2026-09-03 | 5.4563 |
| 2026-09-10 | 5.4576 |
| 2026-09-17 | 5.3515 |
| 2026-09-24 | 5.3394 |
High
5.4900
Low
5.0075
Average
5.2763
Get this rate via the API
One GET request returns the SZL/KGS 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=KGS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=KGS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=KGS").json()Replace YOUR_API_KEY with the key from your dashboard.
SZL/KGS API questions
How do I get the SZL/KGS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=KGS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/KGS rate in rates.KGS.
How far back does SZL/KGS historical data go?
Daily SZL/KGS 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/KGS 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.