Skip to content

ZMW to MMK exchange rate API

Zambian Kwacha to Kyat · quoted 2026-09-25

107.3894

▲ +21.22% over 1Y

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 last year, ZMW/MMK traded between 87.4865 and 118.9750, averaged 105.5858 and rose 21.22%. 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 1Y

ZMW/MMK over 1Y: show the values
PointZMW/MMK
2025-09-2588.5892
2025-10-0287.4865
2025-10-0988.4411
2025-10-1692.4991
2025-10-2393.7330
2025-10-3094.7134
2025-11-0692.8246
2025-11-1392.9109
2025-11-2092.1056
2025-11-2792.1046
2025-12-0490.7161
2025-12-1291.2529
2025-12-1992.2588
2025-12-2693.0706
2026-01-0294.3738
2026-01-09105.9245
2026-01-16105.6136
2026-01-23105.8174
2026-01-30105.8123
2026-02-06112.4295
2026-02-13113.7942
2026-02-20110.5296
2026-02-27111.1260
2026-03-06108.5867
2026-03-13107.7848
2026-03-20107.4243
2026-03-27111.1458
2026-04-03109.0817
2026-04-10110.2251
2026-04-17109.8153
2026-04-24112.1334
2026-05-01112.4090
2026-05-08109.8703
2026-05-16111.0440
2026-05-24111.1841
2026-05-31113.9205
2026-06-09118.4978
2026-06-16118.9750
2026-06-23117.4374
2026-06-30115.5741
2026-07-07114.4360
2026-07-14116.0168
2026-07-21114.7391
2026-07-28112.9576
2026-08-04111.4602
2026-08-11111.9139
2026-08-18110.8255
2026-08-26110.0208
2026-09-02109.5708
2026-09-09108.6764
2026-09-16107.1400
2026-09-23107.6663

High

118.9750

Low

87.4865

Average

105.5858

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.