Skip to content

MWK to ZWL exchange rate API

Kwacha to Zimbabwe Dollar · quoted 2026-09-25

38.3905

▲ +2.58% over YTD

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 year to date, MWK/ZWL traded between 0.18495 and 38.8632, averaged 33.8935 and rose 2.58%. 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 YTD

MWK/ZWL over YTD: show the values
PointMWK/ZWL
2025-12-3137.4234
2026-01-0737.2749
2026-01-1437.0625
2026-01-2136.9379
2026-01-2836.9100
2026-02-0437.0568
2026-02-1136.8677
2026-02-1836.9073
2026-02-2537.0928
2026-03-0437.1204
2026-03-1136.8883
2026-03-1836.5219
2026-03-2536.5944
2026-04-0136.5170
2026-04-0836.6603
2026-04-150.1856
2026-04-220.1855
2026-04-290.1850
2026-05-060.1861
2026-05-1437.0073
2026-05-2137.7363
2026-05-2938.8632
2026-06-0538.6938
2026-06-1438.5904
2026-06-2138.5942
2026-06-2838.6460
2026-07-0538.6868
2026-07-1238.4866
2026-07-1938.5210
2026-07-2638.4246
2026-08-0238.5209
2026-08-0938.3662
2026-08-1638.3287
2026-08-2438.3255
2026-08-3138.0008
2026-09-0738.2645
2026-09-1438.3936
2026-09-2138.4293

High

38.8632

Low

0.18495

Average

33.8935

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.