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: show the values
| Point | EUR/MMK |
|---|---|
| 2021-09-28 | 2185.65 |
| 2021-11-09 | 2118.55 |
| 2021-12-21 | 2008.07 |
| 2022-02-02 | 2013.15 |
| 2022-03-16 | 1955.08 |
| 2022-05-02 | 1948.32 |
| 2022-06-16 | 1925.40 |
| 2022-07-28 | 1873.97 |
| 2022-09-08 | 2101.85 |
| 2022-10-20 | 2060.21 |
| 2022-12-01 | 2195.23 |
| 2023-01-13 | 2271.08 |
| 2023-02-24 | 2219.81 |
| 2023-04-12 | 2293.53 |
| 2023-05-30 | 2256.22 |
| 2023-07-11 | 2307.47 |
| 2023-08-22 | 2286.08 |
| 2023-10-03 | 2198.53 |
| 2023-11-14 | 2252.08 |
| 2023-12-28 | 2333.71 |
| 2024-02-09 | 2262.16 |
| 2024-03-22 | 2272.94 |
| 2024-05-10 | 2263.63 |
| 2024-06-25 | 2250.00 |
| 2024-08-06 | 2292.36 |
| 2024-09-16 | 2335.04 |
| 2024-10-23 | 2260.44 |
| 2024-11-22 | 2186.14 |
| 2024-12-22 | 2190.92 |
| 2025-01-21 | 2174.31 |
| 2025-02-20 | 2192.42 |
| 2025-03-22 | 2272.99 |
| 2025-04-21 | 2416.25 |
| 2025-05-21 | 2377.20 |
| 2025-06-20 | 2417.59 |
| 2025-07-20 | 2441.31 |
| 2025-08-19 | 2452.58 |
| 2025-09-18 | 2481.45 |
| 2025-10-18 | 2447.23 |
| 2025-11-17 | 2434.30 |
| 2025-12-17 | 2461.68 |
| 2026-01-16 | 2439.58 |
| 2026-02-15 | 2492.58 |
| 2026-03-17 | 2421.31 |
| 2026-04-16 | 2474.42 |
| 2026-05-16 | 2441.07 |
| 2026-06-16 | 2434.56 |
| 2026-07-16 | 2407.52 |
| 2026-08-15 | 2429.95 |
| 2026-09-14 | 2425.50 |
High
2492.58
Low
1873.97
Average
2275.39
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=MMK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=MMK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=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¤cies=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.