SZL to KZT exchange rate API
Lilangeni to Tenge · quoted 2026-09-26
27.1473
▼ +12.72% over 1Y
1 SZL = 27.1473 KZT · 1 KZT = 0.03684 SZL · Get this rate via the API
1 SZL buys 27.1473 KZT as of 2026-09-26, so 1 KZT buys 0.03684 SZL. Over the last year, SZL/KZT traded between 27.1473 and 31.5970, averaged 29.5657 and fell 12.72%. The API holds daily SZL/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SZL/KZT over 1Y: show the values
| Point | SZL/KZT |
|---|---|
| 2025-09-26 | 31.1034 |
| 2025-10-03 | 31.5970 |
| 2025-10-10 | 31.4712 |
| 2025-10-17 | 30.8085 |
| 2025-10-24 | 30.9654 |
| 2025-10-31 | 30.6917 |
| 2025-11-07 | 30.2849 |
| 2025-11-14 | 30.7851 |
| 2025-11-21 | 30.1109 |
| 2025-11-28 | 30.0979 |
| 2025-12-05 | 29.7646 |
| 2025-12-13 | 30.8871 |
| 2025-12-20 | 30.8724 |
| 2025-12-27 | 30.3455 |
| 2026-01-03 | 30.7404 |
| 2026-01-10 | 30.9790 |
| 2026-01-17 | 31.1614 |
| 2026-01-24 | 31.3363 |
| 2026-01-31 | 31.1480 |
| 2026-02-07 | 30.8635 |
| 2026-02-14 | 31.0431 |
| 2026-02-21 | 31.1249 |
| 2026-02-28 | 31.2863 |
| 2026-03-07 | 29.8716 |
| 2026-03-14 | 28.9099 |
| 2026-03-21 | 28.1132 |
| 2026-03-28 | 28.1748 |
| 2026-04-04 | 27.7539 |
| 2026-04-11 | 28.7397 |
| 2026-04-18 | 28.7037 |
| 2026-04-25 | 27.9463 |
| 2026-05-02 | 27.8078 |
| 2026-05-09 | 28.2292 |
| 2026-05-17 | 28.1431 |
| 2026-05-25 | 28.9007 |
| 2026-06-01 | 29.9100 |
| 2026-06-10 | 29.4935 |
| 2026-06-17 | 30.1475 |
| 2026-06-24 | 29.3606 |
| 2026-07-01 | 29.1225 |
| 2026-07-08 | 28.9384 |
| 2026-07-15 | 28.6759 |
| 2026-07-22 | 28.4627 |
| 2026-07-29 | 28.5064 |
| 2026-08-05 | 28.8070 |
| 2026-08-12 | 28.7757 |
| 2026-08-20 | 28.6492 |
| 2026-08-27 | 28.9194 |
| 2026-09-03 | 28.3631 |
| 2026-09-10 | 28.4024 |
| 2026-09-17 | 27.3317 |
| 2026-09-24 | 27.2037 |
High
31.5970
Low
27.1473
Average
29.5657
Get this rate via the API
One GET request returns the SZL/KZT 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=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=KZT").json()Replace YOUR_API_KEY with the key from your dashboard.
SZL/KZT API questions
How do I get the SZL/KZT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=KZT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/KZT rate in rates.KZT.
How far back does SZL/KZT historical data go?
Daily SZL/KZT 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/KZT 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.