Skip to content

ZMW to MMK exchange rate API

Zambian Kwacha to Kyat · quoted 2026-09-25

107.3894

▼ +3.55% over 6M

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 6 months, ZMW/MMK traded between 107.0059 and 119.6289, averaged 111.7859 and fell 3.55%. 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 6M

ZMW/MMK over 6M: show the values
PointZMW/MMK
2026-03-29111.3420
2026-04-05109.0955
2026-04-12110.5615
2026-04-19110.1947
2026-04-26111.1675
2026-05-03112.4046
2026-05-10110.5888
2026-05-18111.3325
2026-05-26111.1601
2026-06-02114.7284
2026-06-11119.6289
2026-06-18117.6348
2026-06-25116.3755
2026-07-02115.2997
2026-07-09114.7398
2026-07-16114.6088
2026-07-23113.7498
2026-07-30111.4247
2026-08-06109.9414
2026-08-13111.4527
2026-08-21110.6779
2026-08-28110.4637
2026-09-04109.3502
2026-09-11108.5098
2026-09-18107.0059
2026-09-25107.3894

High

119.6289

Low

107.0059

Average

111.7859

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.