Convert MMK to EUR
Myanmar Kyat → Euro
1 MMK = 0.000417705 EUR(1 EUR = 2,394.032 MMK)
Currency converter
1 MMK =
0.00041771 EUR
MMK to EUR: last 30 days
Over the last 30 days, 1 MMK traded between 0.00040878 and 0.00041898 EUR, averaging 0.0004124 EUR. The MMK/EUR rate is up 2.12% since 2026-08-28.
- 30-day high
- 0.00041898
- 2026-09-24
- 30-day low
- 0.00040878
- 2026-09-09
- 30-day average
- 0.0004124
- Days with data: 30
- 30-day change
- +2.12%
- since 2026-08-28
0.00041898
0.000408782026-08-28 → 2026-09-26
| Date | 1 MMK in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.00041771 | 0.00% |
| 2026-09-25 | 0.00041771 | -0.30% |
| 2026-09-24 | 0.00041898 | +0.37% |
| 2026-09-23 | 0.00041745 | +0.49% |
| 2026-09-22 | 0.0004154 | +0.20% |
| 2026-09-21 | 0.00041455 | -0.25% |
| 2026-09-20 | 0.0004156 | +0.01% |
| 2026-09-19 | 0.00041558 | -0.00% |
| 2026-09-18 | 0.00041558 | +0.19% |
| 2026-09-17 | 0.00041478 | +0.49% |
| 2026-09-16 | 0.00041277 | +0.01% |
| 2026-09-15 | 0.00041273 | +0.10% |
| 2026-09-14 | 0.0004123 | +0.36% |
| 2026-09-13 | 0.00041083 | -0.01% |
| 2026-09-12 | 0.00041088 | -0.00% |
| Date | 1 MMK in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.00041088 | +0.19% |
| 2026-09-10 | 0.00041008 | +0.32% |
| 2026-09-09 | 0.00040878 | -0.32% |
| 2026-09-08 | 0.00041009 | +0.07% |
| 2026-09-07 | 0.0004098 | +0.00% |
| 2026-09-06 | 0.00040978 | +0.02% |
| 2026-09-05 | 0.00040969 | -0.04% |
| 2026-09-04 | 0.00040985 | -0.03% |
| 2026-09-03 | 0.00040998 | -0.37% |
| 2026-09-02 | 0.00041148 | +0.15% |
| 2026-09-01 | 0.00041088 | +0.04% |
| 2026-08-31 | 0.0004107 | +0.40% |
| 2026-08-30 | 0.00040905 | -0.01% |
| 2026-08-29 | 0.0004091 | +0.01% |
| 2026-08-28 | 0.00040905 | — |
MMK to EUR conversion table
1 MMK0.00041771 EUR
5 MMK0.0020885 EUR
10 MMK0.0041771 EUR
25 MMK0.010443 EUR
50 MMK0.020885 EUR
100 MMK0.041771 EUR
500 MMK0.20885 EUR
1,000 MMK0.41771 EUR
5,000 MMK2.0885 EUR
10,000 MMK4.1771 EUR
Get the MMK/EUR rate in your app
One GET request returns the latest MMK → EUR 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/MMK/EUR?precision=6"fetch('https://rate-api.com/api/v1/pair/MMK/EUR?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MMK = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MMK/EUR?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MMK = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MMK/EUR?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MMK = {$data['rate']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "MMK",
"to": "EUR"
},
"rate": 0.000418,
"timestamp": 1790435234,
"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
EUR to MMKEuro → Myanmar Kyat2,394.032Convert MMK to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.