Skip to content

ZMW to MWK exchange rate API

Zambian Kwacha to Kwacha · quoted 2026-09-26

88.6809

▲ +21.49% over 1Y

1 ZMW = 88.6809 MWK · 1 MWK = 0.01128 ZMW · Get this rate via the API

1 ZMW buys 88.6809 MWK as of 2026-09-26, so 1 MWK buys 0.01128 ZMW. Over the last year, ZMW/MWK traded between 72.9015 and 97.8323, averaged 87.2976 and rose 21.49%. The API holds daily ZMW/MWK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/MWK over 1Y

ZMW/MWK over 1Y: show the values
PointZMW/MWK
2025-09-2672.9947
2025-10-0372.9015
2025-10-1076.5726
2025-10-1776.4329
2025-10-2478.2227
2025-10-3178.3187
2025-11-0776.4889
2025-11-1476.6753
2025-11-2175.1987
2025-11-2875.7020
2025-12-0574.9333
2025-12-1375.0884
2025-12-2076.5736
2025-12-2776.8869
2026-01-0378.5979
2026-01-1089.0006
2026-01-1785.7494
2026-01-2488.6764
2026-01-3187.8473
2026-02-0792.9216
2026-02-1495.1076
2026-02-2191.4885
2026-02-2891.7556
2026-03-0789.9314
2026-03-1489.4027
2026-03-2188.8939
2026-03-2892.2632
2026-04-0489.8739
2026-04-1191.3176
2026-04-1891.2539
2026-04-2591.6290
2026-05-0293.2335
2026-05-0991.5019
2026-05-1791.7221
2026-05-2591.5004
2026-06-0194.1686
2026-06-1097.4724
2026-06-1797.8323
2026-06-2495.9347
2026-07-0195.9615
2026-07-0893.9066
2026-07-1595.1507
2026-07-2294.1965
2026-07-2992.5966
2026-08-0591.2522
2026-08-1292.0965
2026-08-2092.1399
2026-08-2791.0506
2026-09-0390.4766
2026-09-1089.8374
2026-09-1788.4959
2026-09-2488.8618

High

97.8323

Low

72.9015

Average

87.2976

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/MWK API questions

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

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

How far back does ZMW/MWK historical data go?

Daily ZMW/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 ZMW/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.