Skip to content

ZWL to MWK exchange rate API

Zimbabwe Dollar to Kwacha · quoted 2026-09-25

0.02605

▼ +0.09% over 1Y

1 ZWL = 0.02605 MWK · 1 MWK = 38.3907 ZWL · Get this rate via the API

1 ZWL buys 0.02605 MWK as of 2026-09-25, so 1 MWK buys 38.3907 ZWL. Over the last year, ZWL/MWK traded between 0.02575 and 5.4084, averaged 0.53325 and fell 0.09%. The API holds daily ZWL/MWK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZWL/MWK over 1Y

ZWL/MWK over 1Y: show the values
PointZWL/MWK
2025-09-250.02607
2025-10-020.02602
2025-10-090.02598
2025-10-160.02608
2025-10-230.02612
2025-10-300.02625
2025-11-060.02639
2025-11-130.02638
2025-11-200.02644
2025-11-270.02652
2025-12-040.02651
2025-12-120.02655
2025-12-190.02658
2025-12-260.02666
2026-01-020.02671
2026-01-090.02702
2026-01-160.02709
2026-01-230.02703
2026-01-300.02715
2026-02-060.02695
2026-02-130.02718
2026-02-200.02716
2026-02-270.02707
2026-03-060.02693
2026-03-130.02730
2026-03-200.02734
2026-03-270.02733
2026-04-030.02732
2026-04-105.39442
2026-04-175.39442
2026-04-245.39442
2026-05-015.40840
2026-05-085.40232
2026-05-160.02705
2026-05-240.02633
2026-05-310.02582
2026-06-090.02592
2026-06-160.02602
2026-06-230.02597
2026-06-300.02584
2026-07-070.02575
2026-07-140.02589
2026-07-210.02593
2026-07-280.02583
2026-08-040.02604
2026-08-110.02610
2026-08-180.02601
2026-08-260.02603
2026-09-020.02593
2026-09-090.02593
2026-09-160.02592
2026-09-230.02603

High

5.4084

Low

0.02575

Average

0.53325

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL&currencies=MWK").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZWL/MWK API questions

How do I get the ZWL/MWK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL&currencies=MWK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZWL/MWK rate in rates.MWK.

How far back does ZWL/MWK historical data go?

Daily ZWL/MWK 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 ZWL/MWK 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.