Skip to content

ZMW to MMK exchange rate API

Zambian Kwacha to Kyat · quoted 2026-09-25

107.3894

▲ +13.69% over YTD

1 ZMW = 107.3894 MMK · 1 MMK = 0.009312 ZMW · Get this rate via the API

1 ZMW buys 107.3894 MMK as of 2026-09-25, so 1 MMK buys 0.009312 ZMW. Over the year to date, ZMW/MMK traded between 94.4547 and 119.5708, averaged 110.2352 and rose 13.69%. The API holds daily ZMW/MMK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/MMK over YTD

ZMW/MMK over YTD: show the values
PointZMW/MMK
2025-12-3194.4547
2026-01-07100.0668
2026-01-14107.6750
2026-01-21103.6219
2026-01-28105.7917
2026-02-04107.0459
2026-02-11109.9470
2026-02-18113.5027
2026-02-25110.6851
2026-03-04109.3744
2026-03-11108.2521
2026-03-18107.2104
2026-03-25110.6781
2026-04-01109.3597
2026-04-08107.9774
2026-04-15109.7483
2026-04-22110.2356
2026-04-29110.7014
2026-05-06111.4840
2026-05-14110.4943
2026-05-21110.5176
2026-05-29112.8948
2026-06-05119.5708
2026-06-14119.4126
2026-06-21117.3026
2026-06-28115.7292
2026-07-05114.3038
2026-07-12116.2112
2026-07-19115.1553
2026-07-26112.6388
2026-08-02111.9809
2026-08-09111.7672
2026-08-16110.9708
2026-08-24110.5903
2026-08-31110.2370
2026-09-07109.0903
2026-09-14108.5181
2026-09-21106.5868

High

119.5708

Low

94.4547

Average

110.2352

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/MMK API questions

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

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

How far back does ZMW/MMK historical data go?

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