Skip to content

EUR to MMK exchange rate API

Euro to Kyat · quoted 2026-09-27

2391.65

▲ +9.43% over 5Y

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

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

EUR/MMK over 5Y

EUR/MMK over 5Y: show the values
PointEUR/MMK
2021-09-282185.65
2021-11-092118.55
2021-12-212008.07
2022-02-022013.15
2022-03-161955.08
2022-05-021948.32
2022-06-161925.40
2022-07-281873.97
2022-09-082101.85
2022-10-202060.21
2022-12-012195.23
2023-01-132271.08
2023-02-242219.81
2023-04-122293.53
2023-05-302256.22
2023-07-112307.47
2023-08-222286.08
2023-10-032198.53
2023-11-142252.08
2023-12-282333.71
2024-02-092262.16
2024-03-222272.94
2024-05-102263.63
2024-06-252250.00
2024-08-062292.36
2024-09-162335.04
2024-10-232260.44
2024-11-222186.14
2024-12-222190.92
2025-01-212174.31
2025-02-202192.42
2025-03-222272.99
2025-04-212416.25
2025-05-212377.20
2025-06-202417.59
2025-07-202441.31
2025-08-192452.58
2025-09-182481.45
2025-10-182447.23
2025-11-172434.30
2025-12-172461.68
2026-01-162439.58
2026-02-152492.58
2026-03-172421.31
2026-04-162474.42
2026-05-162441.07
2026-06-162434.56
2026-07-162407.52
2026-08-152429.95
2026-09-142425.50

High

2492.58

Low

1873.97

Average

2275.39

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EUR/MMK API questions

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

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

How far back does EUR/MMK historical data go?

Daily EUR/MMK 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 EUR/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.