Skip to content

ZMW to MMK exchange rate API

Zambian Kwacha to Kyat · quoted 2026-09-25

107.3894

▲ +33.34% over 5Y

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 5 years, ZMW/MMK traded between 73.1726 and 119.2733, averaged 92.1719 and rose 33.34%. 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 5Y

ZMW/MMK over 5Y: show the values
PointZMW/MMK
2024-08-2480.5366
2024-10-0779.3216
2024-11-0678.2112
2024-12-0677.4103
2025-01-0574.8584
2025-02-0475.1399
2025-03-0673.1726
2025-04-0675.2591
2025-05-0675.6496
2025-06-0778.7970
2025-07-0786.2765
2025-08-0690.6921
2025-09-0587.6644
2025-10-0688.3346
2025-11-0593.4496
2025-12-0590.7112
2026-01-0594.9675
2026-02-04107.0459
2026-03-06108.5867
2026-04-05109.0955
2026-05-05112.1052
2026-06-06119.2733
2026-07-08113.4927
2026-08-07109.9388
2026-09-07109.0903

High

119.2733

Low

73.1726

Average

92.1719

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.