ZMW to MMK exchange rate API
Zambian Kwacha to Kyat · quoted 2026-09-25
107.3894
▲ +13.69% over YTD
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 year to date, ZMW/MMK traded between 94.4547 and 119.5708, averaged 110.2352 and rose 13.69%. 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 YTD: show the values
| Point | ZMW/MMK |
|---|---|
| 2025-12-31 | 94.4547 |
| 2026-01-07 | 100.0668 |
| 2026-01-14 | 107.6750 |
| 2026-01-21 | 103.6219 |
| 2026-01-28 | 105.7917 |
| 2026-02-04 | 107.0459 |
| 2026-02-11 | 109.9470 |
| 2026-02-18 | 113.5027 |
| 2026-02-25 | 110.6851 |
| 2026-03-04 | 109.3744 |
| 2026-03-11 | 108.2521 |
| 2026-03-18 | 107.2104 |
| 2026-03-25 | 110.6781 |
| 2026-04-01 | 109.3597 |
| 2026-04-08 | 107.9774 |
| 2026-04-15 | 109.7483 |
| 2026-04-22 | 110.2356 |
| 2026-04-29 | 110.7014 |
| 2026-05-06 | 111.4840 |
| 2026-05-14 | 110.4943 |
| 2026-05-21 | 110.5176 |
| 2026-05-29 | 112.8948 |
| 2026-06-05 | 119.5708 |
| 2026-06-14 | 119.4126 |
| 2026-06-21 | 117.3026 |
| 2026-06-28 | 115.7292 |
| 2026-07-05 | 114.3038 |
| 2026-07-12 | 116.2112 |
| 2026-07-19 | 115.1553 |
| 2026-07-26 | 112.6388 |
| 2026-08-02 | 111.9809 |
| 2026-08-09 | 111.7672 |
| 2026-08-16 | 110.9708 |
| 2026-08-24 | 110.5903 |
| 2026-08-31 | 110.2370 |
| 2026-09-07 | 109.0903 |
| 2026-09-14 | 108.5181 |
| 2026-09-21 | 106.5868 |
High
119.5708
Low
94.4547
Average
110.2352
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.