KYD to SZL exchange rate API
Cayman Islands Dollar to Lilangeni · quoted 2026-09-26
19.6064
▲ +1.81% over 30D
1 KYD = 19.6064 SZL · 1 SZL = 0.05100 KYD · Get this rate via the API
1 KYD buys 19.6064 SZL as of 2026-09-26, so 1 SZL buys 0.05100 KYD. Over the last 30 days, KYD/SZL traded between 19.1795 and 19.8223, averaged 19.4729 and rose 1.81%. The API holds daily KYD/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
KYD/SZL over 30D: show the values
| Point | KYD/SZL |
|---|---|
| 2026-08-27 | 19.2585 |
| 2026-08-28 | 19.2377 |
| 2026-08-29 | 19.4146 |
| 2026-08-30 | 19.6977 |
| 2026-08-31 | 19.4671 |
| 2026-09-01 | 19.3794 |
| 2026-09-02 | 19.4517 |
| 2026-09-03 | 19.3052 |
| 2026-09-04 | 19.2803 |
| 2026-09-05 | 19.1795 |
| 2026-09-06 | 19.4683 |
| 2026-09-07 | 19.2208 |
| 2026-09-08 | 19.2446 |
| 2026-09-09 | 19.2386 |
| 2026-09-10 | 19.3451 |
| 2026-09-11 | 19.5024 |
| 2026-09-12 | 19.3931 |
| 2026-09-13 | 19.6291 |
| 2026-09-14 | 19.4739 |
| 2026-09-15 | 19.5810 |
| 2026-09-16 | 19.5112 |
| 2026-09-17 | 19.6847 |
| 2026-09-18 | 19.5793 |
| 2026-09-19 | 19.5238 |
| 2026-09-20 | 19.8223 |
| 2026-09-21 | 19.5261 |
| 2026-09-22 | 19.5995 |
| 2026-09-23 | 19.4665 |
| 2026-09-24 | 19.6835 |
| 2026-09-25 | 19.7542 |
| 2026-09-26 | 19.6064 |
High
19.8223
Low
19.1795
Average
19.4729
Get this rate via the API
One GET request returns the KYD/SZL 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=KYD¤cies=SZL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=SZL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=SZL").json()Replace YOUR_API_KEY with the key from your dashboard.
KYD/SZL API questions
How do I get the KYD/SZL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=SZL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KYD/SZL rate in rates.SZL.
How far back does KYD/SZL historical data go?
Daily KYD/SZL 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 KYD/SZL 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.