Skip to content

ZMW to KYD exchange rate API

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

0.04254

▲ +13.73% over YTD

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 year to date, ZMW/KYD traded between 0.03740 and 0.04738, averaged 0.04350 and rose 13.73%. 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 YTD

ZMW/KYD over YTD: show the values
PointZMW/KYD
2025-12-310.03740
2026-01-070.03953
2026-01-140.04250
2026-01-210.04103
2026-01-280.04174
2026-02-040.04235
2026-02-110.04354
2026-02-180.04494
2026-02-250.04369
2026-03-040.04328
2026-03-110.04286
2026-03-180.04244
2026-03-250.04370
2026-04-010.04331
2026-04-080.04272
2026-04-150.04358
2026-04-220.04380
2026-04-290.04392
2026-05-060.04415
2026-05-140.04377
2026-05-210.04378
2026-05-290.04456
2026-06-050.04738
2026-06-140.04673
2026-06-210.04591
2026-06-280.04551
2026-07-050.04464
2026-07-120.04544
2026-07-190.04499
2026-07-260.04412
2026-08-020.04375
2026-08-090.04386
2026-08-160.04336
2026-08-240.04381
2026-08-310.04361
2026-09-070.04320
2026-09-140.04297
2026-09-210.04218

High

0.04738

Low

0.03740

Average

0.04350

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.