KYD to ZMW exchange rate API
Cayman Islands Dollar to Zambian Kwacha · quoted 2026-09-27
23.4409
▼ +18.29% over 1Y
1 KYD = 23.4409 ZMW · 1 ZMW = 0.04266 KYD · Get this rate via the API
1 KYD buys 23.4409 ZMW as of 2026-09-27, so 1 ZMW buys 0.04266 KYD. Over the last year, KYD/ZMW traded between 21.1026 and 28.6873, averaged 24.1770 and fell 18.29%. The API holds daily KYD/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
KYD/ZMW over 1Y: show the values
| Point | KYD/ZMW |
|---|---|
| 2025-09-27 | 28.6873 |
| 2025-10-04 | 28.5274 |
| 2025-10-11 | 27.4315 |
| 2025-10-18 | 27.2924 |
| 2025-10-25 | 26.6120 |
| 2025-11-01 | 26.6589 |
| 2025-11-08 | 27.2811 |
| 2025-11-15 | 27.1738 |
| 2025-11-22 | 27.8035 |
| 2025-11-29 | 27.4948 |
| 2025-12-06 | 27.8392 |
| 2025-12-14 | 28.1547 |
| 2025-12-21 | 27.5824 |
| 2025-12-28 | 27.4427 |
| 2026-01-04 | 26.9348 |
| 2026-01-11 | 23.6085 |
| 2026-01-18 | 24.5070 |
| 2026-01-25 | 23.7395 |
| 2026-02-01 | 24.0611 |
| 2026-02-08 | 22.8053 |
| 2026-02-15 | 22.0768 |
| 2026-02-22 | 22.9185 |
| 2026-03-01 | 22.8870 |
| 2026-03-08 | 23.6606 |
| 2026-03-15 | 23.6550 |
| 2026-03-22 | 23.7458 |
| 2026-03-29 | 22.9900 |
| 2026-04-05 | 23.4635 |
| 2026-04-12 | 22.8296 |
| 2026-04-19 | 22.8294 |
| 2026-04-26 | 22.7089 |
| 2026-05-03 | 22.4091 |
| 2026-05-10 | 22.8448 |
| 2026-05-18 | 22.5896 |
| 2026-05-26 | 22.7931 |
| 2026-06-02 | 21.9978 |
| 2026-06-11 | 21.1026 |
| 2026-06-18 | 21.4651 |
| 2026-06-25 | 21.7002 |
| 2026-07-02 | 21.8455 |
| 2026-07-09 | 22.0075 |
| 2026-07-16 | 22.0460 |
| 2026-07-23 | 22.1972 |
| 2026-07-30 | 22.7396 |
| 2026-08-06 | 22.9872 |
| 2026-08-13 | 22.6522 |
| 2026-08-21 | 22.8101 |
| 2026-08-28 | 22.8671 |
| 2026-09-04 | 23.1573 |
| 2026-09-11 | 23.2674 |
| 2026-09-18 | 23.5490 |
| 2026-09-25 | 23.5094 |
High
28.6873
Low
21.1026
Average
24.1770
Get this rate via the API
One GET request returns the KYD/ZMW 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=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=ZMW").json()Replace YOUR_API_KEY with the key from your dashboard.
KYD/ZMW API questions
How do I get the KYD/ZMW exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=ZMW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KYD/ZMW rate in rates.ZMW.
How far back does KYD/ZMW historical data go?
Daily KYD/ZMW 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/ZMW 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.