Skip to content

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

SZL/KGS over 1Y: show the values
PointSZL/KGS
2025-09-265.0075
2025-10-035.0496
2025-10-105.0828
2025-10-175.0380
2025-10-245.0460
2025-10-315.0636
2025-11-075.0322
2025-11-145.1376
2025-11-215.0887
2025-11-285.1006
2025-12-055.1510
2025-12-135.1836
2025-12-205.2164
2025-12-275.2478
2026-01-035.3033
2026-01-105.3030
2026-01-175.3292
2026-01-245.4205
2026-01-315.4179
2026-02-075.4559
2026-02-145.4809
2026-02-215.4529
2026-02-285.4900
2026-03-075.2844
2026-03-145.1631
2026-03-215.1085
2026-03-285.0961
2026-04-045.1528
2026-04-115.3210
2026-04-185.3535
2026-04-255.2670
2026-05-025.2472
2026-05-095.3402
2026-05-175.2427
2026-05-255.3518
2026-06-015.3878
2026-06-105.2860
2026-06-175.4036
2026-06-245.2775
2026-07-015.3245
2026-07-085.3797
2026-07-155.3507
2026-07-225.3157
2026-07-295.2321
2026-08-055.3717
2026-08-125.4000
2026-08-205.4373
2026-08-275.4814
2026-09-035.4563
2026-09-105.4576
2026-09-175.3515
2026-09-245.3394

High

5.4900

Low

5.0075

Average

5.2763

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=KGS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=KGS");
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=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&currencies=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.