Skip to content

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

ZMW/KZT over 1Y: show the values
PointZMW/KZT
2025-09-2622.7869
2025-10-0322.9864
2025-10-1023.8533
2025-10-1723.6285
2025-10-2424.2484
2025-10-3123.9361
2025-11-0723.1874
2025-11-1423.1404
2025-11-2122.4984
2025-11-2822.5433
2025-12-0521.8388
2025-12-1322.5619
2025-12-2022.8646
2025-12-2722.4309
2026-01-0322.9271
2026-01-1026.1913
2026-01-1725.3124
2026-01-2425.8609
2026-01-3125.4595
2026-02-0726.4560
2026-02-1427.1399
2026-02-2126.3145
2026-02-2826.3408
2026-03-0725.5983
2026-03-1425.2297
2026-03-2124.6762
2026-03-2825.6812
2026-04-0424.4714
2026-04-1124.8389
2026-04-1824.6468
2026-04-2524.5458
2026-05-0224.8027
2026-05-0924.2739
2026-05-1724.8324
2026-05-2525.0014
2026-06-0126.3426
2026-06-1027.3842
2026-06-1727.5052
2026-06-2426.8991
2026-07-0126.4892
2026-07-0825.4303
2026-07-1525.8037
2026-07-2225.4181
2026-07-2925.4264
2026-08-0524.8172
2026-08-1224.7629
2026-08-2024.6236
2026-08-2724.2447
2026-09-0323.7634
2026-09-1023.6047
2026-09-1722.7544
2026-09-2422.7702

High

27.5052

Low

21.8388

Average

24.5991

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=KZT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=KZT");
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=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&currencies=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.