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: show the values
| Point | ZMW/KES |
|---|---|
| 2025-09-26 | 5.4374 |
| 2025-10-03 | 5.4349 |
| 2025-10-10 | 5.6935 |
| 2025-10-17 | 5.6959 |
| 2025-10-24 | 5.8268 |
| 2025-10-31 | 5.8350 |
| 2025-11-07 | 5.6906 |
| 2025-11-14 | 5.7056 |
| 2025-11-21 | 5.6234 |
| 2025-11-28 | 5.6681 |
| 2025-12-05 | 5.5895 |
| 2025-12-13 | 5.5682 |
| 2025-12-20 | 5.6909 |
| 2025-12-27 | 5.7186 |
| 2026-01-03 | 5.8345 |
| 2026-01-10 | 6.6151 |
| 2026-01-17 | 6.3856 |
| 2026-01-24 | 6.5958 |
| 2026-01-31 | 6.5318 |
| 2026-02-07 | 6.8773 |
| 2026-02-14 | 7.0674 |
| 2026-02-21 | 6.7993 |
| 2026-02-28 | 6.8183 |
| 2026-03-07 | 6.6881 |
| 2026-03-14 | 6.6593 |
| 2026-03-21 | 6.6450 |
| 2026-03-28 | 6.9000 |
| 2026-04-04 | 6.7429 |
| 2026-04-11 | 6.7916 |
| 2026-04-18 | 6.7864 |
| 2026-04-25 | 6.8452 |
| 2026-05-02 | 6.9142 |
| 2026-05-09 | 6.7854 |
| 2026-05-17 | 6.8394 |
| 2026-05-25 | 6.8634 |
| 2026-06-01 | 7.0239 |
| 2026-06-10 | 7.2608 |
| 2026-06-17 | 7.2973 |
| 2026-06-24 | 7.1499 |
| 2026-07-01 | 7.1695 |
| 2026-07-08 | 6.9861 |
| 2026-07-15 | 7.1167 |
| 2026-07-22 | 7.0190 |
| 2026-07-29 | 6.9075 |
| 2026-08-05 | 6.8169 |
| 2026-08-12 | 6.8721 |
| 2026-08-20 | 6.9099 |
| 2026-08-27 | 6.7929 |
| 2026-09-03 | 6.7587 |
| 2026-09-10 | 6.7060 |
| 2026-09-17 | 6.6003 |
| 2026-09-24 | 6.6177 |
High
7.2973
Low
5.4349
Average
6.5056
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=KES"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=KES");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.