Skip to content

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

SZL/KZT over 1Y: show the values
PointSZL/KZT
2025-09-2631.1034
2025-10-0331.5970
2025-10-1031.4712
2025-10-1730.8085
2025-10-2430.9654
2025-10-3130.6917
2025-11-0730.2849
2025-11-1430.7851
2025-11-2130.1109
2025-11-2830.0979
2025-12-0529.7646
2025-12-1330.8871
2025-12-2030.8724
2025-12-2730.3455
2026-01-0330.7404
2026-01-1030.9790
2026-01-1731.1614
2026-01-2431.3363
2026-01-3131.1480
2026-02-0730.8635
2026-02-1431.0431
2026-02-2131.1249
2026-02-2831.2863
2026-03-0729.8716
2026-03-1428.9099
2026-03-2128.1132
2026-03-2828.1748
2026-04-0427.7539
2026-04-1128.7397
2026-04-1828.7037
2026-04-2527.9463
2026-05-0227.8078
2026-05-0928.2292
2026-05-1728.1431
2026-05-2528.9007
2026-06-0129.9100
2026-06-1029.4935
2026-06-1730.1475
2026-06-2429.3606
2026-07-0129.1225
2026-07-0828.9384
2026-07-1528.6759
2026-07-2228.4627
2026-07-2928.5064
2026-08-0528.8070
2026-08-1228.7757
2026-08-2028.6492
2026-08-2728.9194
2026-09-0328.3631
2026-09-1028.4024
2026-09-1727.3317
2026-09-2427.2037

High

31.5970

Low

27.1473

Average

29.5657

For developers

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