ZMW to KZT exchange rate API
Zambian Kwacha to Tenge · quoted 2026-09-26
22.6070
▼ +0.79% over 1Y
1 ZMW = 22.6070 KZT · 1 KZT = 0.04423 ZMW · Get this rate via the API
1 ZMW buys 22.6070 KZT as of 2026-09-26, so 1 KZT buys 0.04423 ZMW. Over the last year, ZMW/KZT traded between 21.8388 and 27.5052, averaged 24.5991 and fell 0.79%. The API holds daily ZMW/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZMW/KZT over 1Y: show the values
| Point | ZMW/KZT |
|---|---|
| 2025-09-26 | 22.7869 |
| 2025-10-03 | 22.9864 |
| 2025-10-10 | 23.8533 |
| 2025-10-17 | 23.6285 |
| 2025-10-24 | 24.2484 |
| 2025-10-31 | 23.9361 |
| 2025-11-07 | 23.1874 |
| 2025-11-14 | 23.1404 |
| 2025-11-21 | 22.4984 |
| 2025-11-28 | 22.5433 |
| 2025-12-05 | 21.8388 |
| 2025-12-13 | 22.5619 |
| 2025-12-20 | 22.8646 |
| 2025-12-27 | 22.4309 |
| 2026-01-03 | 22.9271 |
| 2026-01-10 | 26.1913 |
| 2026-01-17 | 25.3124 |
| 2026-01-24 | 25.8609 |
| 2026-01-31 | 25.4595 |
| 2026-02-07 | 26.4560 |
| 2026-02-14 | 27.1399 |
| 2026-02-21 | 26.3145 |
| 2026-02-28 | 26.3408 |
| 2026-03-07 | 25.5983 |
| 2026-03-14 | 25.2297 |
| 2026-03-21 | 24.6762 |
| 2026-03-28 | 25.6812 |
| 2026-04-04 | 24.4714 |
| 2026-04-11 | 24.8389 |
| 2026-04-18 | 24.6468 |
| 2026-04-25 | 24.5458 |
| 2026-05-02 | 24.8027 |
| 2026-05-09 | 24.2739 |
| 2026-05-17 | 24.8324 |
| 2026-05-25 | 25.0014 |
| 2026-06-01 | 26.3426 |
| 2026-06-10 | 27.3842 |
| 2026-06-17 | 27.5052 |
| 2026-06-24 | 26.8991 |
| 2026-07-01 | 26.4892 |
| 2026-07-08 | 25.4303 |
| 2026-07-15 | 25.8037 |
| 2026-07-22 | 25.4181 |
| 2026-07-29 | 25.4264 |
| 2026-08-05 | 24.8172 |
| 2026-08-12 | 24.7629 |
| 2026-08-20 | 24.6236 |
| 2026-08-27 | 24.2447 |
| 2026-09-03 | 23.7634 |
| 2026-09-10 | 23.6047 |
| 2026-09-17 | 22.7544 |
| 2026-09-24 | 22.7702 |
High
27.5052
Low
21.8388
Average
24.5991
Get this rate via the API
One GET request returns the ZMW/KZT 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=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=KZT").json()Replace YOUR_API_KEY with the key from your dashboard.
ZMW/KZT API questions
How do I get the ZMW/KZT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=KZT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/KZT rate in rates.KZT.
How far back does ZMW/KZT historical data go?
Daily ZMW/KZT 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/KZT 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.