ZMW to ZWL exchange rate API
Zambian Kwacha to Zimbabwe Dollar · quoted 2026-09-26
3404.51
▲ +16.56% over YTD
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 year to date, ZMW/ZWL traded between 16.8284 and 3825.74, averaged 3086.42 and rose 16.56%. 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 YTD: show the values
| Point | ZMW/ZWL |
|---|---|
| 2025-12-31 | 2920.74 |
| 2026-01-07 | 3081.97 |
| 2026-01-14 | 3298.60 |
| 2026-01-21 | 3160.54 |
| 2026-01-28 | 3224.67 |
| 2026-02-04 | 3266.48 |
| 2026-02-11 | 3347.95 |
| 2026-02-18 | 3456.35 |
| 2026-02-25 | 3390.00 |
| 2026-03-04 | 3353.37 |
| 2026-03-11 | 3300.33 |
| 2026-03-18 | 3228.21 |
| 2026-03-25 | 3340.37 |
| 2026-04-01 | 3301.29 |
| 2026-04-08 | 3255.43 |
| 2026-04-15 | 16.83 |
| 2026-04-22 | 16.90 |
| 2026-04-29 | 16.97 |
| 2026-05-06 | 17.10 |
| 2026-05-14 | 3389.20 |
| 2026-05-21 | 3448.89 |
| 2026-05-29 | 3612.44 |
| 2026-06-05 | 3825.74 |
| 2026-06-14 | 3808.23 |
| 2026-06-21 | 3738.49 |
| 2026-06-28 | 3695.85 |
| 2026-07-05 | 3653.45 |
| 2026-07-12 | 3696.05 |
| 2026-07-19 | 3662.64 |
| 2026-07-26 | 3573.43 |
| 2026-08-02 | 3558.72 |
| 2026-08-09 | 3545.87 |
| 2026-08-16 | 3511.13 |
| 2026-08-24 | 3505.54 |
| 2026-08-31 | 3476.10 |
| 2026-09-07 | 3447.86 |
| 2026-09-14 | 3442.05 |
| 2026-09-21 | 3380.15 |
High
3825.74
Low
16.8284
Average
3086.42
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.