EUR to MMK exchange rate API
Euro to Kyat · quoted 2026-09-27
2391.65
▼ +2.66% over 1Y
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 year, EUR/MMK traded between 2390.47 and 2490.74, averaged 2440.38 and fell 2.66%. 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 1Y: show the values
| Point | EUR/MMK |
|---|---|
| 2025-09-27 | 2456.96 |
| 2025-10-04 | 2465.89 |
| 2025-10-11 | 2436.12 |
| 2025-10-18 | 2447.23 |
| 2025-10-25 | 2441.59 |
| 2025-11-01 | 2423.16 |
| 2025-11-08 | 2429.15 |
| 2025-11-15 | 2439.94 |
| 2025-11-22 | 2417.49 |
| 2025-11-29 | 2435.22 |
| 2025-12-06 | 2444.67 |
| 2025-12-13 | 2464.78 |
| 2025-12-20 | 2459.52 |
| 2025-12-27 | 2472.78 |
| 2026-01-03 | 2462.65 |
| 2026-01-10 | 2443.98 |
| 2026-01-17 | 2435.07 |
| 2026-01-24 | 2482.11 |
| 2026-01-31 | 2490.61 |
| 2026-02-07 | 2480.40 |
| 2026-02-14 | 2490.74 |
| 2026-02-21 | 2473.92 |
| 2026-02-28 | 2480.20 |
| 2026-03-07 | 2440.51 |
| 2026-03-14 | 2404.54 |
| 2026-03-21 | 2434.36 |
| 2026-03-28 | 2427.58 |
| 2026-04-04 | 2418.02 |
| 2026-04-11 | 2463.34 |
| 2026-04-18 | 2472.59 |
| 2026-04-25 | 2461.62 |
| 2026-05-02 | 2462.33 |
| 2026-05-09 | 2475.83 |
| 2026-05-16 | 2441.07 |
| 2026-05-23 | 2438.31 |
| 2026-05-30 | 2448.93 |
| 2026-06-06 | 2418.27 |
| 2026-06-14 | 2432.67 |
| 2026-06-21 | 2408.12 |
| 2026-06-28 | 2390.63 |
| 2026-07-05 | 2401.84 |
| 2026-07-12 | 2394.77 |
| 2026-07-19 | 2400.25 |
| 2026-07-26 | 2390.47 |
| 2026-08-02 | 2424.07 |
| 2026-08-09 | 2426.92 |
| 2026-08-16 | 2428.65 |
| 2026-08-23 | 2452.26 |
| 2026-08-30 | 2432.19 |
| 2026-09-06 | 2438.38 |
| 2026-09-13 | 2434.85 |
| 2026-09-20 | 2410.98 |
High
2490.74
Low
2390.47
Average
2440.38
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.