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: show the values
| Point | KZT/ZWL |
|---|---|
| 2025-09-26 | 122.3359 |
| 2025-10-03 | 121.8543 |
| 2025-10-10 | 123.2768 |
| 2025-10-17 | 124.4535 |
| 2025-10-24 | 123.5608 |
| 2025-10-31 | 124.5017 |
| 2025-11-07 | 124.7354 |
| 2025-11-14 | 125.4934 |
| 2025-11-21 | 127.1676 |
| 2025-11-28 | 126.7526 |
| 2025-12-05 | 129.3108 |
| 2025-12-13 | 125.1495 |
| 2025-12-20 | 125.8991 |
| 2025-12-27 | 128.5851 |
| 2026-01-03 | 127.8444 |
| 2026-01-10 | 126.0445 |
| 2026-01-17 | 125.4785 |
| 2026-01-24 | 126.6186 |
| 2026-01-31 | 127.1293 |
| 2026-02-07 | 129.2924 |
| 2026-02-14 | 128.9532 |
| 2026-02-21 | 127.8676 |
| 2026-02-28 | 129.2419 |
| 2026-03-07 | 130.1917 |
| 2026-03-14 | 129.9014 |
| 2026-03-21 | 131.2955 |
| 2026-03-28 | 0.6660 |
| 2026-04-04 | 134.5041 |
| 2026-04-11 | 0.6817 |
| 2026-04-18 | 0.6867 |
| 2026-04-25 | 0.6943 |
| 2026-05-02 | 0.6950 |
| 2026-05-09 | 0.6968 |
| 2026-05-17 | 137.1316 |
| 2026-05-25 | 139.2936 |
| 2026-06-01 | 138.4912 |
| 2026-06-10 | 137.0872 |
| 2026-06-17 | 136.7341 |
| 2026-06-24 | 137.5917 |
| 2026-07-01 | 140.1272 |
| 2026-07-08 | 142.3369 |
| 2026-07-15 | 142.8260 |
| 2026-07-22 | 143.0572 |
| 2026-07-29 | 140.0598 |
| 2026-08-05 | 141.4134 |
| 2026-08-12 | 142.6361 |
| 2026-08-20 | 144.4737 |
| 2026-08-27 | 143.4182 |
| 2026-09-03 | 146.7133 |
| 2026-09-10 | 146.3966 |
| 2026-09-17 | 149.2901 |
| 2026-09-24 | 149.4482 |
High
150.3329
Low
0.66599
Average
118.4985
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KZT¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KZT¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KZT¤cies=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¤cies=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.