Convert EUR to MMK
Euro → Myanmar Kyat
1 EUR = 2,394.032 MMK(1 MMK = 0.000417705 EUR)
Currency converter
1 EUR =
2,394.032 MMK
EUR to MMK: last 30 days
Over the last 30 days, 1 EUR traded between 2,386.7383 and 2,446.2807 MMK, averaging 2,424.9539 MMK. The EUR/MMK rate is down 2.07% since 2026-08-28.
- 30-day high
- 2,446.2807
- 2026-09-09
- 30-day low
- 2,386.7383
- 2026-09-24
- 30-day average
- 2,424.9539
- Days with data: 30
- 30-day change
- -2.07%
- since 2026-08-28
2,446.2807
2,386.73832026-08-28 → 2026-09-26
| Date | 1 EUR in MMK | Daily change |
|---|---|---|
| 2026-09-26 | 2,394.032 | 0.00% |
| 2026-09-25 | 2,394.032 | +0.31% |
| 2026-09-24 | 2,386.7383 | -0.37% |
| 2026-09-23 | 2,395.4871 | -0.49% |
| 2026-09-22 | 2,407.3249 | -0.20% |
| 2026-09-21 | 2,412.257 | +0.25% |
| 2026-09-20 | 2,406.1444 | -0.01% |
| 2026-09-19 | 2,406.2901 | +0.00% |
| 2026-09-18 | 2,406.2479 | -0.19% |
| 2026-09-17 | 2,410.9088 | -0.49% |
| 2026-09-16 | 2,422.6759 | -0.01% |
| 2026-09-15 | 2,422.9017 | -0.10% |
| 2026-09-14 | 2,425.4282 | -0.36% |
| 2026-09-13 | 2,434.1236 | +0.01% |
| 2026-09-12 | 2,433.7979 | +0.00% |
| Date | 1 EUR in MMK | Daily change |
|---|---|---|
| 2026-09-11 | 2,433.7911 | -0.19% |
| 2026-09-10 | 2,438.5233 | -0.32% |
| 2026-09-09 | 2,446.2807 | +0.32% |
| 2026-09-08 | 2,438.4752 | -0.07% |
| 2026-09-07 | 2,440.235 | -0.00% |
| 2026-09-06 | 2,440.3068 | -0.02% |
| 2026-09-05 | 2,440.8839 | +0.04% |
| 2026-09-04 | 2,439.9415 | +0.03% |
| 2026-09-03 | 2,439.1421 | +0.37% |
| 2026-09-02 | 2,430.2271 | -0.15% |
| 2026-09-01 | 2,433.8177 | -0.04% |
| 2026-08-31 | 2,434.8632 | -0.40% |
| 2026-08-30 | 2,444.7093 | +0.01% |
| 2026-08-29 | 2,444.364 | -0.01% |
| 2026-08-28 | 2,444.6666 | — |
EUR to MMK conversion table
1 EUR2,394.032 MMK
5 EUR11,970.16 MMK
10 EUR23,940.32 MMK
25 EUR59,850.801 MMK
50 EUR119,701.6 MMK
100 EUR239,403.2 MMK
500 EUR1,197,016 MMK
1,000 EUR2,394,032 MMK
5,000 EUR11,970,160 MMK
10,000 EUR23,940,320 MMK
Get the EUR/MMK rate in your app
One GET request returns the latest EUR → MMK rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/EUR/MMK"fetch('https://rate-api.com/api/v1/pair/EUR/MMK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} MMK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/MMK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} MMK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/MMK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} MMK\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "MMK"
},
"rate": 2394.032,
"timestamp": 1790437967,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
MMK to EURMyanmar Kyat → Euro0.00041771Convert EUR to other currencies
Convert other currencies to MMK
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.