Skip to content

ZMW to KYD exchange rate API

Zambian Kwacha to Cayman Islands Dollar · quoted 2026-09-26

0.04254

▲ +22.18% over 1Y

1 ZMW = 0.04254 KYD · 1 KYD = 23.5095 ZMW · Get this rate via the API

1 ZMW buys 0.04254 KYD as of 2026-09-26, so 1 KYD buys 23.5095 ZMW. Over the last year, ZMW/KYD traded between 0.03481 and 0.04689, averaged 0.04182 and rose 22.18%. The API holds daily ZMW/KYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/KYD over 1Y

ZMW/KYD over 1Y: show the values
PointZMW/KYD
2025-09-260.03481
2025-10-030.03494
2025-10-100.03668
2025-10-170.03662
2025-10-240.03755
2025-10-310.03748
2025-11-070.03653
2025-11-140.03671
2025-11-210.03604
2025-11-280.03632
2025-12-050.03579
2025-12-130.03595
2025-12-200.03677
2025-12-270.03692
2026-01-030.03763
2026-01-100.04269
2026-01-170.04119
2026-01-240.04257
2026-01-310.04199
2026-02-070.04450
2026-02-140.04560
2026-02-210.04387
2026-02-280.04393
2026-03-070.04310
2026-03-140.04263
2026-03-210.04267
2026-03-280.04427
2026-04-040.04319
2026-04-110.04380
2026-04-180.04380
2026-04-250.04403
2026-05-020.04462
2026-05-090.04377
2026-05-170.04340
2026-05-250.04387
2026-06-010.04512
2026-06-100.04667
2026-06-170.04689
2026-06-240.04596
2026-07-010.04605
2026-07-080.04495
2026-07-150.04575
2026-07-220.04503
2026-07-290.04433
2026-08-050.04381
2026-08-120.04417
2026-08-200.04434
2026-08-270.04353
2026-09-030.04340
2026-09-100.04296
2026-09-170.04229
2026-09-240.04252

High

0.04689

Low

0.03481

Average

0.04182

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/KYD API questions

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

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

How far back does ZMW/KYD historical data go?

Daily ZMW/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 ZMW/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.