Skip to content

SZL to KYD exchange rate API

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

0.05100

▲ +7.33% over 1Y

1 SZL = 0.05100 KYD · 1 KYD = 19.6067 SZL · Get this rate via the API

1 SZL buys 0.05100 KYD as of 2026-09-26, so 1 KYD buys 19.6067 SZL. Over the last year, SZL/KYD traded between 0.04752 and 0.05218, averaged 0.05013 and rose 7.33%. The API holds daily SZL/KYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/KYD over 1Y

SZL/KYD over 1Y: show the values
PointSZL/KYD
2025-09-260.04752
2025-10-030.04802
2025-10-100.04839
2025-10-170.04775
2025-10-240.04795
2025-10-310.04806
2025-11-070.04771
2025-11-140.04884
2025-11-210.04824
2025-11-280.04849
2025-12-050.04879
2025-12-130.04922
2025-12-200.04965
2025-12-270.04994
2026-01-030.05046
2026-01-100.05049
2026-01-170.05071
2026-01-240.05158
2026-01-310.05137
2026-02-070.05192
2026-02-140.05216
2026-02-210.05189
2026-02-280.05218
2026-03-070.05029
2026-03-140.04885
2026-03-210.04862
2026-03-280.04857
2026-04-040.04898
2026-04-110.05068
2026-04-180.05101
2026-04-250.05014
2026-05-020.05003
2026-05-090.05091
2026-05-170.04919
2026-05-250.05071
2026-06-010.05124
2026-06-100.05027
2026-06-170.05140
2026-06-240.05017
2026-07-010.05063
2026-07-080.05115
2026-07-150.05084
2026-07-220.05042
2026-07-290.04970
2026-08-050.05085
2026-08-120.05133
2026-08-200.05159
2026-08-270.05192
2026-09-030.05180
2026-09-100.05169
2026-09-170.05080
2026-09-240.05080

High

0.05218

Low

0.04752

Average

0.05013

For developers

Get this rate via the API

One GET request returns the SZL/KYD 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=KYD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=KYD");
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=KYD").json()

Replace YOUR_API_KEY with the key from your dashboard.

SZL/KYD API questions

How do I get the SZL/KYD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=KYD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/KYD rate in rates.KYD.

How far back does SZL/KYD historical data go?

Daily SZL/KYD 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/KYD 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.