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: show the values
| Point | ZMW/MMK |
|---|---|
| 2024-08-24 | 80.5366 |
| 2024-10-07 | 79.3216 |
| 2024-11-06 | 78.2112 |
| 2024-12-06 | 77.4103 |
| 2025-01-05 | 74.8584 |
| 2025-02-04 | 75.1399 |
| 2025-03-06 | 73.1726 |
| 2025-04-06 | 75.2591 |
| 2025-05-06 | 75.6496 |
| 2025-06-07 | 78.7970 |
| 2025-07-07 | 86.2765 |
| 2025-08-06 | 90.6921 |
| 2025-09-05 | 87.6644 |
| 2025-10-06 | 88.3346 |
| 2025-11-05 | 93.4496 |
| 2025-12-05 | 90.7112 |
| 2026-01-05 | 94.9675 |
| 2026-02-04 | 107.0459 |
| 2026-03-06 | 108.5867 |
| 2026-04-05 | 109.0955 |
| 2026-05-05 | 112.1052 |
| 2026-06-06 | 119.2733 |
| 2026-07-08 | 113.4927 |
| 2026-08-07 | 109.9388 |
| 2026-09-07 | 109.0903 |
High
119.2733
Low
73.1726
Average
92.1719
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.