KYD to SZL exchange rate API
Cayman Islands Dollar to Lilangeni · quoted 2026-09-26
19.6064
▼ +4.88% over 6M
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 6 months, KYD/SZL traded between 19.1795 and 20.6112, averaged 19.7361 and fell 4.88%. 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 6M: show the values
| Point | KYD/SZL |
|---|---|
| 2026-03-30 | 20.6112 |
| 2026-04-06 | 20.4175 |
| 2026-04-13 | 19.6926 |
| 2026-04-20 | 19.6625 |
| 2026-04-27 | 19.9457 |
| 2026-05-04 | 19.9868 |
| 2026-05-11 | 19.6726 |
| 2026-05-19 | 20.0171 |
| 2026-05-27 | 19.6922 |
| 2026-06-03 | 19.5734 |
| 2026-06-12 | 19.5876 |
| 2026-06-19 | 19.8818 |
| 2026-06-26 | 19.8836 |
| 2026-07-03 | 19.5929 |
| 2026-07-10 | 19.5791 |
| 2026-07-17 | 19.7957 |
| 2026-07-24 | 20.2564 |
| 2026-07-31 | 19.8731 |
| 2026-08-07 | 19.6662 |
| 2026-08-14 | 19.5183 |
| 2026-08-22 | 19.2454 |
| 2026-08-29 | 19.4146 |
| 2026-09-05 | 19.1795 |
| 2026-09-12 | 19.3931 |
| 2026-09-19 | 19.5238 |
| 2026-09-26 | 19.6064 |
High
20.6112
Low
19.1795
Average
19.7361
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.