Skip to content

ZMW to MMK exchange rate API

Zambian Kwacha to Kyat · quoted 2026-09-25

107.3894

▼ +2.39% over 30D

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 30 days, ZMW/MMK traded between 106.5868 and 110.4637, averaged 108.5475 and fell 2.39%. 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 30D

ZMW/MMK over 30D: show the values
PointZMW/MMK
2026-08-26110.0208
2026-08-27110.2310
2026-08-28110.4637
2026-08-29110.0956
2026-08-30110.2925
2026-08-31110.2370
2026-09-01109.5984
2026-09-02109.5708
2026-09-03109.6657
2026-09-04109.3502
2026-09-05109.1056
2026-09-06109.0845
2026-09-07109.0903
2026-09-08109.0778
2026-09-09108.6764
2026-09-10108.7905
2026-09-11108.5098
2026-09-12108.5038
2026-09-13108.5227
2026-09-14108.5181
2026-09-15108.2421
2026-09-16107.1400
2026-09-17106.9710
2026-09-18107.0059
2026-09-19106.6066
2026-09-20106.9463
2026-09-21106.5868
2026-09-22106.8705
2026-09-23107.6663
2026-09-24107.3010
2026-09-25107.3894

High

110.4637

Low

106.5868

Average

108.5475

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.