KMF to MMK exchange rate API
Comoro Franc to Kyat · quoted 2026-09-25
4.8520
▼ +3.18% over 1Y
1 KMF = 4.8520 MMK · 1 MMK = 0.20610 KMF · Get this rate via the API
1 KMF buys 4.8520 MMK as of 2026-09-25, so 1 MMK buys 0.20610 KMF. Over the last year, KMF/MMK traded between 4.8520 and 5.0830, averaged 4.9582 and fell 3.18%. The API holds daily KMF/MMK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
KMF/MMK over 1Y: show the values
| Point | KMF/MMK |
|---|---|
| 2025-09-25 | 5.0116 |
| 2025-10-02 | 5.0094 |
| 2025-10-09 | 4.9678 |
| 2025-10-16 | 4.9825 |
| 2025-10-23 | 4.9517 |
| 2025-10-30 | 4.9570 |
| 2025-11-06 | 4.9115 |
| 2025-11-13 | 4.9463 |
| 2025-11-20 | 4.9194 |
| 2025-11-27 | 4.9563 |
| 2025-12-04 | 4.9785 |
| 2025-12-12 | 5.0082 |
| 2025-12-19 | 5.0056 |
| 2025-12-26 | 5.0306 |
| 2026-01-02 | 5.0211 |
| 2026-01-09 | 4.9721 |
| 2026-01-16 | 4.9553 |
| 2026-01-23 | 5.0141 |
| 2026-01-30 | 5.0830 |
| 2026-02-06 | 5.0327 |
| 2026-02-13 | 5.0661 |
| 2026-02-20 | 5.0182 |
| 2026-02-27 | 5.0359 |
| 2026-03-06 | 4.9597 |
| 2026-03-13 | 4.9167 |
| 2026-03-20 | 4.9368 |
| 2026-03-27 | 4.9271 |
| 2026-04-03 | 4.9233 |
| 2026-04-10 | 4.9880 |
| 2026-04-17 | 5.0124 |
| 2026-04-24 | 4.9761 |
| 2026-05-01 | 4.9992 |
| 2026-05-08 | 5.0115 |
| 2026-05-16 | 4.9619 |
| 2026-05-24 | 4.9526 |
| 2026-05-31 | 4.9759 |
| 2026-06-09 | 4.9246 |
| 2026-06-16 | 4.9429 |
| 2026-06-23 | 4.8783 |
| 2026-06-30 | 4.8655 |
| 2026-07-07 | 4.8816 |
| 2026-07-14 | 4.8625 |
| 2026-07-21 | 4.8703 |
| 2026-07-28 | 4.8569 |
| 2026-08-04 | 4.9129 |
| 2026-08-11 | 4.9280 |
| 2026-08-18 | 4.9414 |
| 2026-08-26 | 4.9809 |
| 2026-09-02 | 4.9412 |
| 2026-09-09 | 4.9641 |
| 2026-09-16 | 4.9269 |
| 2026-09-23 | 4.8763 |
High
5.0830
Low
4.8520
Average
4.9582
Get this rate via the API
One GET request returns the KMF/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=KMF¤cies=MMK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=MMK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=MMK").json()Replace YOUR_API_KEY with the key from your dashboard.
KMF/MMK API questions
How do I get the KMF/MMK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=MMK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KMF/MMK rate in rates.MMK.
How far back does KMF/MMK historical data go?
Daily KMF/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 KMF/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.