Skip to content

KYD to SZL exchange rate API

Cayman Islands Dollar to Lilangeni · quoted 2026-09-26

19.6064

▼ +6.83% over 1Y

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 year, KYD/SZL traded between 19.1639 and 21.0439, averaged 19.9621 and fell 6.83%. 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 1Y

KYD/SZL over 1Y: show the values
PointKYD/SZL
2025-09-2621.0439
2025-10-0320.8235
2025-10-1020.6657
2025-10-1720.9409
2025-10-2420.8527
2025-10-3120.8069
2025-11-0720.9609
2025-11-1420.4769
2025-11-2120.7312
2025-11-2820.6244
2025-12-0520.4978
2025-12-1320.3168
2025-12-2020.1429
2025-12-2720.0226
2026-01-0319.8190
2026-01-1019.8064
2026-01-1719.7188
2026-01-2419.3851
2026-01-3119.4645
2026-02-0719.2612
2026-02-1419.1719
2026-02-2119.2707
2026-02-2819.1639
2026-03-0719.8834
2026-03-1420.4689
2026-03-2120.5693
2026-03-2820.5897
2026-04-0420.4150
2026-04-1119.7310
2026-04-1819.6024
2026-04-2519.9457
2026-05-0219.9874
2026-05-0919.6439
2026-05-1720.3306
2026-05-2519.7202
2026-06-0119.5177
2026-06-1019.8927
2026-06-1719.4553
2026-06-2419.9316
2026-07-0119.7515
2026-07-0819.5502
2026-07-1519.6690
2026-07-2219.8337
2026-07-2920.1225
2026-08-0519.6649
2026-08-1219.4832
2026-08-2019.3823
2026-08-2719.2585
2026-09-0319.3052
2026-09-1019.3451
2026-09-1719.6847
2026-09-2419.6835

High

21.0439

Low

19.1639

Average

19.9621

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD&currencies=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&currencies=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.