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: show the values
| Point | ZMW/MMK |
|---|---|
| 2025-09-25 | 88.5892 |
| 2025-10-02 | 87.4865 |
| 2025-10-09 | 88.4411 |
| 2025-10-16 | 92.4991 |
| 2025-10-23 | 93.7330 |
| 2025-10-30 | 94.7134 |
| 2025-11-06 | 92.8246 |
| 2025-11-13 | 92.9109 |
| 2025-11-20 | 92.1056 |
| 2025-11-27 | 92.1046 |
| 2025-12-04 | 90.7161 |
| 2025-12-12 | 91.2529 |
| 2025-12-19 | 92.2588 |
| 2025-12-26 | 93.0706 |
| 2026-01-02 | 94.3738 |
| 2026-01-09 | 105.9245 |
| 2026-01-16 | 105.6136 |
| 2026-01-23 | 105.8174 |
| 2026-01-30 | 105.8123 |
| 2026-02-06 | 112.4295 |
| 2026-02-13 | 113.7942 |
| 2026-02-20 | 110.5296 |
| 2026-02-27 | 111.1260 |
| 2026-03-06 | 108.5867 |
| 2026-03-13 | 107.7848 |
| 2026-03-20 | 107.4243 |
| 2026-03-27 | 111.1458 |
| 2026-04-03 | 109.0817 |
| 2026-04-10 | 110.2251 |
| 2026-04-17 | 109.8153 |
| 2026-04-24 | 112.1334 |
| 2026-05-01 | 112.4090 |
| 2026-05-08 | 109.8703 |
| 2026-05-16 | 111.0440 |
| 2026-05-24 | 111.1841 |
| 2026-05-31 | 113.9205 |
| 2026-06-09 | 118.4978 |
| 2026-06-16 | 118.9750 |
| 2026-06-23 | 117.4374 |
| 2026-06-30 | 115.5741 |
| 2026-07-07 | 114.4360 |
| 2026-07-14 | 116.0168 |
| 2026-07-21 | 114.7391 |
| 2026-07-28 | 112.9576 |
| 2026-08-04 | 111.4602 |
| 2026-08-11 | 111.9139 |
| 2026-08-18 | 110.8255 |
| 2026-08-26 | 110.0208 |
| 2026-09-02 | 109.5708 |
| 2026-09-09 | 108.6764 |
| 2026-09-16 | 107.1400 |
| 2026-09-23 | 107.6663 |
High
118.9750
Low
87.4865
Average
105.5858
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=MMK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=MMK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.