Skip to content

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

MWK/ZWL over 1Y: show the values
PointMWK/ZWL
2025-09-2538.3559
2025-10-0238.4282
2025-10-0938.4905
2025-10-1638.3503
2025-10-2338.2766
2025-10-3038.0892
2025-11-0637.8905
2025-11-1337.9051
2025-11-2037.8194
2025-11-2737.7097
2025-12-0437.7251
2025-12-1237.6600
2025-12-1937.6198
2025-12-2637.5088
2026-01-0237.4313
2026-01-0937.0086
2026-01-1636.9117
2026-01-2336.9909
2026-01-3036.8342
2026-02-0637.1043
2026-02-1336.7969
2026-02-2036.8235
2026-02-2736.9384
2026-03-0637.1268
2026-03-1336.6306
2026-03-2036.5733
2026-03-2736.5868
2026-04-0336.5982
2026-04-100.1854
2026-04-170.1854
2026-04-240.1854
2026-05-010.1849
2026-05-080.1851
2026-05-1636.9720
2026-05-2437.9742
2026-05-3138.7345
2026-06-0938.5776
2026-06-1638.4264
2026-06-2338.5058
2026-06-3038.7060
2026-07-0738.8289
2026-07-1438.6258
2026-07-2138.5672
2026-07-2838.7088
2026-08-0438.3964
2026-08-1138.3136
2026-08-1838.4527
2026-08-2638.4218
2026-09-0238.5717
2026-09-0938.5579
2026-09-1638.5792
2026-09-2338.4222

High

38.8289

Low

0.18490

Average

34.2989

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MWK&currencies=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MWK&currencies=ZWL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MWK&currencies=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&currencies=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.