ZMW to KZT exchange rate API
Zambian Kwacha to Tenge · quoted 2026-09-26
22.6070
▼ +6.76% over 30D
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 30 days, ZMW/KZT traded between 22.6070 and 24.3937, averaged 23.4099 and fell 6.76%. 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 30D: show the values
| Point | ZMW/KZT |
|---|---|
| 2026-08-27 | 24.2447 |
| 2026-08-28 | 24.3755 |
| 2026-08-29 | 24.3201 |
| 2026-08-30 | 24.3937 |
| 2026-08-31 | 24.3789 |
| 2026-09-01 | 24.0921 |
| 2026-09-02 | 23.9274 |
| 2026-09-03 | 23.7634 |
| 2026-09-04 | 23.7279 |
| 2026-09-05 | 23.6801 |
| 2026-09-06 | 23.6741 |
| 2026-09-07 | 23.6820 |
| 2026-09-08 | 23.5845 |
| 2026-09-09 | 23.4989 |
| 2026-09-10 | 23.6047 |
| 2026-09-11 | 23.2798 |
| 2026-09-12 | 23.2973 |
| 2026-09-13 | 23.2952 |
| 2026-09-14 | 23.3704 |
| 2026-09-15 | 23.1988 |
| 2026-09-16 | 22.9338 |
| 2026-09-17 | 22.7544 |
| 2026-09-18 | 22.6977 |
| 2026-09-19 | 22.7095 |
| 2026-09-20 | 22.7783 |
| 2026-09-21 | 22.6800 |
| 2026-09-22 | 22.8190 |
| 2026-09-23 | 22.9610 |
| 2026-09-24 | 22.7702 |
| 2026-09-25 | 22.6070 |
High
24.3937
Low
22.6070
Average
23.4099
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.