Skip to content

MMK to EUR exchange rate API

Kyat to Euro · quoted 2026-09-27

0.000418

▲ +2.70% over 1Y

1 MMK = 0.000418 EUR · 1 EUR = 2392.34 MMK · Get this rate via the API

1 MMK buys 0.000418 EUR as of 2026-09-27, so 1 EUR buys 2392.34 MMK. Over the last year, MMK/EUR traded between 0.000401 and 0.000418, averaged 0.000409 and rose 2.70%. The API holds daily MMK/EUR rates from 2017-06-09 — 9 years of history — so any past day, or a whole series, is one request away.

MMK/EUR over 1Y

MMK/EUR over 1Y: show the values
PointMMK/EUR
2025-09-270.000407
2025-10-040.000405
2025-10-110.000410
2025-10-180.000408
2025-10-250.000409
2025-11-010.000412
2025-11-080.000411
2025-11-150.000409
2025-11-220.000413
2025-11-290.000410
2025-12-060.000409
2025-12-130.000405
2025-12-200.000406
2025-12-270.000404
2026-01-030.000406
2026-01-100.000409
2026-01-170.000410
2026-01-240.000402
2026-01-310.000401
2026-02-070.000403
2026-02-140.000401
2026-02-210.000404
2026-02-280.000403
2026-03-070.000409
2026-03-140.000415
2026-03-210.000410
2026-03-280.000411
2026-04-040.000413
2026-04-110.000405
2026-04-180.000404
2026-04-250.000406
2026-05-020.000406
2026-05-090.000403
2026-05-160.000409
2026-05-230.000410
2026-05-300.000408
2026-06-060.000413
2026-06-140.000411
2026-06-210.000415
2026-06-280.000418
2026-07-050.000416
2026-07-120.000417
2026-07-190.000416
2026-07-260.000418
2026-08-020.000412
2026-08-090.000412
2026-08-160.000411
2026-08-230.000407
2026-08-300.000411
2026-09-060.000410
2026-09-130.000410
2026-09-200.000414

High

0.000418

Low

0.000401

Average

0.000409

For developers

Get this rate via the API

One GET request returns the MMK/EUR 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=MMK&currencies=EUR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MMK&currencies=EUR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MMK&currencies=EUR").json()

Replace YOUR_API_KEY with the key from your dashboard.

MMK/EUR API questions

How do I get the MMK/EUR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MMK&currencies=EUR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MMK/EUR rate in rates.EUR.

How far back does MMK/EUR historical data go?

Daily MMK/EUR rates are available from 2017-06-09. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free MMK/EUR 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.