Skip to content

ZWL to MMK exchange rate API

Zimbabwe Dollar to Kyat · quoted 2026-09-25

0.03154

▼ +0.07% over 1Y

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

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

ZWL/MMK over 1Y

ZWL/MMK over 1Y: show the values
PointZWL/MMK
2025-09-250.03156
2025-10-020.03146
2025-10-090.03144
2025-10-160.03154
2025-10-230.03165
2025-10-300.03177
2025-11-060.03193
2025-11-130.03191
2025-11-200.03199
2025-11-270.03208
2025-12-040.03209
2025-12-120.03219
2025-12-190.03219
2025-12-260.03229
2026-01-020.03234
2026-01-090.03267
2026-01-160.03278
2026-01-230.03281
2026-01-300.03284
2026-02-060.03262
2026-02-130.03288
2026-02-200.03286
2026-02-270.03276
2026-03-060.03263
2026-03-130.03299
2026-03-200.03321
2026-03-270.03314
2026-04-030.03314
2026-04-106.52154
2026-04-176.52235
2026-04-246.52145
2026-05-016.52076
2026-05-086.52114
2026-05-160.03261
2026-05-240.03189
2026-05-310.03123
2026-06-090.03135
2026-06-160.03149
2026-06-230.03139
2026-06-300.03131
2026-07-070.03124
2026-07-140.03134
2026-07-210.03137
2026-07-280.03125
2026-08-040.03151
2026-08-110.03159
2026-08-180.03146
2026-08-260.03153
2026-09-020.03135
2026-09-090.03144
2026-09-160.03137
2026-09-230.03147

High

6.5224

Low

0.03123

Average

0.64420

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZWL/MMK API questions

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

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

How far back does ZWL/MMK historical data go?

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