Skip to content

KZT to ZWL exchange rate API

Tenge to Zimbabwe Dollar · quoted 2026-09-26

150.3329

▲ +22.89% over 1Y

1 KZT = 150.3329 ZWL · 1 ZWL = 0.006652 KZT · Get this rate via the API

1 KZT buys 150.3329 ZWL as of 2026-09-26, so 1 ZWL buys 0.006652 KZT. Over the last year, KZT/ZWL traded between 0.66599 and 150.3329, averaged 118.4985 and rose 22.89%. The API holds daily KZT/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KZT/ZWL over 1Y

KZT/ZWL over 1Y: show the values
PointKZT/ZWL
2025-09-26122.3359
2025-10-03121.8543
2025-10-10123.2768
2025-10-17124.4535
2025-10-24123.5608
2025-10-31124.5017
2025-11-07124.7354
2025-11-14125.4934
2025-11-21127.1676
2025-11-28126.7526
2025-12-05129.3108
2025-12-13125.1495
2025-12-20125.8991
2025-12-27128.5851
2026-01-03127.8444
2026-01-10126.0445
2026-01-17125.4785
2026-01-24126.6186
2026-01-31127.1293
2026-02-07129.2924
2026-02-14128.9532
2026-02-21127.8676
2026-02-28129.2419
2026-03-07130.1917
2026-03-14129.9014
2026-03-21131.2955
2026-03-280.6660
2026-04-04134.5041
2026-04-110.6817
2026-04-180.6867
2026-04-250.6943
2026-05-020.6950
2026-05-090.6968
2026-05-17137.1316
2026-05-25139.2936
2026-06-01138.4912
2026-06-10137.0872
2026-06-17136.7341
2026-06-24137.5917
2026-07-01140.1272
2026-07-08142.3369
2026-07-15142.8260
2026-07-22143.0572
2026-07-29140.0598
2026-08-05141.4134
2026-08-12142.6361
2026-08-20144.4737
2026-08-27143.4182
2026-09-03146.7133
2026-09-10146.3966
2026-09-17149.2901
2026-09-24149.4482

High

150.3329

Low

0.66599

Average

118.4985

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KZT&currencies=ZWL").json()

Replace YOUR_API_KEY with the key from your dashboard.

KZT/ZWL API questions

How do I get the KZT/ZWL exchange rate from an API?

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

How far back does KZT/ZWL historical data go?

Daily KZT/ZWL 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 KZT/ZWL 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.