ZMW to ZWL exchange rate API
Zambian Kwacha to Zimbabwe Dollar · quoted 2026-09-26
3404.51
▲ +22.13% over 1Y
1 ZMW = 3404.51 ZWL · 1 ZWL = 0.000294 ZMW · Get this rate via the API
1 ZMW buys 3404.51 ZWL as of 2026-09-26, so 1 ZWL buys 0.000294 ZMW. Over the last year, ZMW/ZWL traded between 16.9136 and 3760.90, averaged 2913.46 and rose 22.13%. The API holds daily ZMW/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZMW/ZWL over 1Y: show the values
| Point | ZMW/ZWL |
|---|---|
| 2025-09-26 | 2787.66 |
| 2025-10-03 | 2800.99 |
| 2025-10-10 | 2940.56 |
| 2025-10-17 | 2940.65 |
| 2025-10-24 | 2996.15 |
| 2025-10-31 | 2980.09 |
| 2025-11-07 | 2892.29 |
| 2025-11-14 | 2903.97 |
| 2025-11-21 | 2861.07 |
| 2025-11-28 | 2857.42 |
| 2025-12-05 | 2823.99 |
| 2025-12-13 | 2823.60 |
| 2025-12-20 | 2878.63 |
| 2025-12-27 | 2884.28 |
| 2026-01-03 | 2931.10 |
| 2026-01-10 | 3301.27 |
| 2026-01-17 | 3176.16 |
| 2026-01-24 | 3274.47 |
| 2026-01-31 | 3236.64 |
| 2026-02-07 | 3420.56 |
| 2026-02-14 | 3499.78 |
| 2026-02-21 | 3364.78 |
| 2026-02-28 | 3404.33 |
| 2026-03-07 | 3332.69 |
| 2026-03-14 | 3277.38 |
| 2026-03-21 | 3239.88 |
| 2026-03-28 | 17.10 |
| 2026-04-04 | 3291.50 |
| 2026-04-11 | 16.93 |
| 2026-04-18 | 16.93 |
| 2026-04-25 | 17.04 |
| 2026-05-02 | 17.24 |
| 2026-05-09 | 16.91 |
| 2026-05-17 | 3405.31 |
| 2026-05-25 | 3482.54 |
| 2026-06-01 | 3648.22 |
| 2026-06-10 | 3754.02 |
| 2026-06-17 | 3760.90 |
| 2026-06-24 | 3701.09 |
| 2026-07-01 | 3711.86 |
| 2026-07-08 | 3619.66 |
| 2026-07-15 | 3685.44 |
| 2026-07-22 | 3636.24 |
| 2026-07-29 | 3561.21 |
| 2026-08-05 | 3509.48 |
| 2026-08-12 | 3532.09 |
| 2026-08-20 | 3557.46 |
| 2026-08-27 | 3477.14 |
| 2026-09-03 | 3486.41 |
| 2026-09-10 | 3455.65 |
| 2026-09-17 | 3397.01 |
| 2026-09-24 | 3402.97 |
High
3760.90
Low
16.9136
Average
2913.46
Get this rate via the API
One GET request returns the ZMW/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=ZMW¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=ZWL").json()Replace YOUR_API_KEY with the key from your dashboard.
ZMW/ZWL API questions
How do I get the ZMW/ZWL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/ZWL rate in rates.ZWL.
How far back does ZMW/ZWL historical data go?
Daily ZMW/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 ZMW/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.