Skip to content

ZWL to KZT exchange rate API

Zimbabwe Dollar to Tenge · quoted 2026-09-26

0.006651

▼ +18.63% over 1Y

1 ZWL = 0.006651 KZT · 1 KZT = 150.3533 ZWL · Get this rate via the API

1 ZWL buys 0.006651 KZT as of 2026-09-26, so 1 KZT buys 150.3533 ZWL. Over the last year, ZWL/KZT traded between 0.006651 and 1.5015, averaged 0.17155 and fell 18.63%. The API holds daily ZWL/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZWL/KZT over 1Y

ZWL/KZT over 1Y: show the values
PointZWL/KZT
2025-09-260.008174
2025-10-030.008206
2025-10-100.008111
2025-10-170.008035
2025-10-240.008093
2025-10-310.008032
2025-11-070.008016
2025-11-140.007968
2025-11-210.007863
2025-11-280.007889
2025-12-050.007733
2025-12-130.007990
2025-12-200.007942
2025-12-270.007776
2026-01-030.007822
2026-01-100.007933
2026-01-170.007969
2026-01-240.007897
2026-01-310.007866
2026-02-070.007734
2026-02-140.007754
2026-02-210.007820
2026-02-280.007737
2026-03-070.007680
2026-03-140.007698
2026-03-210.007616
2026-03-281.501524
2026-04-040.007434
2026-04-111.466891
2026-04-181.456140
2026-04-251.440243
2026-05-021.438784
2026-05-091.435164
2026-05-170.007292
2026-05-250.007179
2026-06-010.007220
2026-06-100.007294
2026-06-170.007313
2026-06-240.007267
2026-07-010.007136
2026-07-080.007025
2026-07-150.007001
2026-07-220.006990
2026-07-290.007139
2026-08-050.007071
2026-08-120.007010
2026-08-200.006921
2026-08-270.006972
2026-09-030.006816
2026-09-100.006830
2026-09-170.006698
2026-09-240.006691

High

1.5015

Low

0.006651

Average

0.17155

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZWL/KZT API questions

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

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

How far back does ZWL/KZT historical data go?

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