Skip to content

ZMW to KES exchange rate API

Zambian Kwacha to Kenyan Shilling · quoted 2026-09-26

6.6259

▲ +21.86% over 1Y

1 ZMW = 6.6259 KES · 1 KES = 0.15092 ZMW · Get this rate via the API

1 ZMW buys 6.6259 KES as of 2026-09-26, so 1 KES buys 0.15092 ZMW. Over the last year, ZMW/KES traded between 5.4349 and 7.2973, averaged 6.5056 and rose 21.86%. The API holds daily ZMW/KES rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/KES over 1Y

ZMW/KES over 1Y: show the values
PointZMW/KES
2025-09-265.4374
2025-10-035.4349
2025-10-105.6935
2025-10-175.6959
2025-10-245.8268
2025-10-315.8350
2025-11-075.6906
2025-11-145.7056
2025-11-215.6234
2025-11-285.6681
2025-12-055.5895
2025-12-135.5682
2025-12-205.6909
2025-12-275.7186
2026-01-035.8345
2026-01-106.6151
2026-01-176.3856
2026-01-246.5958
2026-01-316.5318
2026-02-076.8773
2026-02-147.0674
2026-02-216.7993
2026-02-286.8183
2026-03-076.6881
2026-03-146.6593
2026-03-216.6450
2026-03-286.9000
2026-04-046.7429
2026-04-116.7916
2026-04-186.7864
2026-04-256.8452
2026-05-026.9142
2026-05-096.7854
2026-05-176.8394
2026-05-256.8634
2026-06-017.0239
2026-06-107.2608
2026-06-177.2973
2026-06-247.1499
2026-07-017.1695
2026-07-086.9861
2026-07-157.1167
2026-07-227.0190
2026-07-296.9075
2026-08-056.8169
2026-08-126.8721
2026-08-206.9099
2026-08-276.7929
2026-09-036.7587
2026-09-106.7060
2026-09-176.6003
2026-09-246.6177

High

7.2973

Low

5.4349

Average

6.5056

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/KES API questions

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

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

How far back does ZMW/KES historical data go?

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