Skip to content

MMK to ZWL exchange rate API

Kyat to Zimbabwe Dollar · quoted 2026-09-25

31.7024

▲ +0.07% over 1Y

1 MMK = 31.7024 ZWL · 1 ZWL = 0.03154 MMK · Get this rate via the API

1 MMK buys 31.7024 ZWL as of 2026-09-25, so 1 ZWL buys 0.03154 MMK. Over the last year, MMK/ZWL traded between 0.15332 and 32.0244, averaged 28.3360 and rose 0.07%. The API holds daily MMK/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MMK/ZWL over 1Y

MMK/ZWL over 1Y: show the values
PointMMK/ZWL
2025-09-2531.6815
2025-10-0231.7809
2025-10-0931.8045
2025-10-1631.7094
2025-10-2331.5934
2025-10-3031.4789
2025-11-0631.3234
2025-11-1331.3403
2025-11-2031.2570
2025-11-2731.1686
2025-12-0431.1643
2025-12-1231.0650
2025-12-1931.0636
2025-12-2630.9732
2026-01-0230.9215
2026-01-0930.6106
2026-01-1630.5097
2026-01-2330.4799
2026-01-3030.4472
2026-02-0630.6531
2026-02-1330.4153
2026-02-2030.4334
2026-02-2730.5230
2026-03-0630.6463
2026-03-1330.3104
2026-03-2030.1077
2026-03-2730.1737
2026-04-0330.1767
2026-04-100.1533
2026-04-170.1533
2026-04-240.1533
2026-05-010.1534
2026-05-080.1533
2026-05-1630.6655
2026-05-2431.3534
2026-05-3132.0244
2026-06-0931.8950
2026-06-1631.7588
2026-06-2331.8558
2026-06-3031.9341
2026-07-0732.0052
2026-07-1431.9096
2026-07-2131.8804
2026-07-2831.9951
2026-08-0431.7392
2026-08-1131.6573
2026-08-1831.7827
2026-08-2631.7133
2026-09-0231.8975
2026-09-0931.8076
2026-09-1631.8812
2026-09-2331.7721

High

32.0244

Low

0.15332

Average

28.3360

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MMK/ZWL API questions

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

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

How far back does MMK/ZWL historical data go?

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