Skip to content

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

KMF/MMK over 1Y: show the values
PointKMF/MMK
2025-09-255.0116
2025-10-025.0094
2025-10-094.9678
2025-10-164.9825
2025-10-234.9517
2025-10-304.9570
2025-11-064.9115
2025-11-134.9463
2025-11-204.9194
2025-11-274.9563
2025-12-044.9785
2025-12-125.0082
2025-12-195.0056
2025-12-265.0306
2026-01-025.0211
2026-01-094.9721
2026-01-164.9553
2026-01-235.0141
2026-01-305.0830
2026-02-065.0327
2026-02-135.0661
2026-02-205.0182
2026-02-275.0359
2026-03-064.9597
2026-03-134.9167
2026-03-204.9368
2026-03-274.9271
2026-04-034.9233
2026-04-104.9880
2026-04-175.0124
2026-04-244.9761
2026-05-014.9992
2026-05-085.0115
2026-05-164.9619
2026-05-244.9526
2026-05-314.9759
2026-06-094.9246
2026-06-164.9429
2026-06-234.8783
2026-06-304.8655
2026-07-074.8816
2026-07-144.8625
2026-07-214.8703
2026-07-284.8569
2026-08-044.9129
2026-08-114.9280
2026-08-184.9414
2026-08-264.9809
2026-09-024.9412
2026-09-094.9641
2026-09-164.9269
2026-09-234.8763

High

5.0830

Low

4.8520

Average

4.9582

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&currencies=MMK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&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=KMF&currencies=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&currencies=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.