MWK to ZWL exchange rate API
Kwacha to Zimbabwe Dollar · quoted 2026-09-25
38.3905
▲ +0.09% over 1Y
1 MWK = 38.3905 ZWL · 1 ZWL = 0.02605 MWK · Get this rate via the API
1 MWK buys 38.3905 ZWL as of 2026-09-25, so 1 ZWL buys 0.02605 MWK. Over the last year, MWK/ZWL traded between 0.18490 and 38.8289, averaged 34.2989 and rose 0.09%. The API holds daily MWK/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MWK/ZWL over 1Y: show the values
| Point | MWK/ZWL |
|---|---|
| 2025-09-25 | 38.3559 |
| 2025-10-02 | 38.4282 |
| 2025-10-09 | 38.4905 |
| 2025-10-16 | 38.3503 |
| 2025-10-23 | 38.2766 |
| 2025-10-30 | 38.0892 |
| 2025-11-06 | 37.8905 |
| 2025-11-13 | 37.9051 |
| 2025-11-20 | 37.8194 |
| 2025-11-27 | 37.7097 |
| 2025-12-04 | 37.7251 |
| 2025-12-12 | 37.6600 |
| 2025-12-19 | 37.6198 |
| 2025-12-26 | 37.5088 |
| 2026-01-02 | 37.4313 |
| 2026-01-09 | 37.0086 |
| 2026-01-16 | 36.9117 |
| 2026-01-23 | 36.9909 |
| 2026-01-30 | 36.8342 |
| 2026-02-06 | 37.1043 |
| 2026-02-13 | 36.7969 |
| 2026-02-20 | 36.8235 |
| 2026-02-27 | 36.9384 |
| 2026-03-06 | 37.1268 |
| 2026-03-13 | 36.6306 |
| 2026-03-20 | 36.5733 |
| 2026-03-27 | 36.5868 |
| 2026-04-03 | 36.5982 |
| 2026-04-10 | 0.1854 |
| 2026-04-17 | 0.1854 |
| 2026-04-24 | 0.1854 |
| 2026-05-01 | 0.1849 |
| 2026-05-08 | 0.1851 |
| 2026-05-16 | 36.9720 |
| 2026-05-24 | 37.9742 |
| 2026-05-31 | 38.7345 |
| 2026-06-09 | 38.5776 |
| 2026-06-16 | 38.4264 |
| 2026-06-23 | 38.5058 |
| 2026-06-30 | 38.7060 |
| 2026-07-07 | 38.8289 |
| 2026-07-14 | 38.6258 |
| 2026-07-21 | 38.5672 |
| 2026-07-28 | 38.7088 |
| 2026-08-04 | 38.3964 |
| 2026-08-11 | 38.3136 |
| 2026-08-18 | 38.4527 |
| 2026-08-26 | 38.4218 |
| 2026-09-02 | 38.5717 |
| 2026-09-09 | 38.5579 |
| 2026-09-16 | 38.5792 |
| 2026-09-23 | 38.4222 |
High
38.8289
Low
0.18490
Average
34.2989
Get this rate via the API
One GET request returns the MWK/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=MWK¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MWK¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MWK¤cies=ZWL").json()Replace YOUR_API_KEY with the key from your dashboard.
MWK/ZWL API questions
How do I get the MWK/ZWL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MWK¤cies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MWK/ZWL rate in rates.ZWL.
How far back does MWK/ZWL historical data go?
Daily MWK/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 MWK/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.