Convert EUR to MNT
Euro → Mongolian Tugrik
1 EUR = 4,102.7314 MNT(1 MNT = 0.00024374 EUR)
Currency converter
1 EUR =
4,102.7314 MNT
EUR to MNT: last 30 days
Over the last 30 days, 1 EUR traded between 4,092.3263 and 4,192.323 MNT, averaging 4,155.1137 MNT. The EUR/MNT rate is down 2.13% since 2026-08-28.
- 30-day high
- 4,192.323
- 2026-09-09
- 30-day low
- 4,092.3263
- 2026-09-24
- 30-day average
- 4,155.1137
- Days with data: 30
- 30-day change
- -2.13%
- since 2026-08-28
4,192.323
4,092.32632026-08-28 → 2026-09-26
| Date | 1 EUR in MNT | Daily change |
|---|---|---|
| 2026-09-26 | 4,102.7314 | 0.00% |
| 2026-09-25 | 4,102.7314 | +0.25% |
| 2026-09-24 | 4,092.3263 | -0.32% |
| 2026-09-23 | 4,105.3213 | -0.48% |
| 2026-09-22 | 4,124.974 | -0.28% |
| 2026-09-21 | 4,136.6274 | +0.39% |
| 2026-09-20 | 4,120.667 | -0.07% |
| 2026-09-19 | 4,123.6714 | -0.03% |
| 2026-09-18 | 4,124.8686 | -0.13% |
| 2026-09-17 | 4,130.3566 | -0.53% |
| 2026-09-16 | 4,152.208 | +0.05% |
| 2026-09-15 | 4,150.1651 | -0.15% |
| 2026-09-14 | 4,156.4789 | -0.31% |
| 2026-09-13 | 4,169.4141 | -0.02% |
| 2026-09-12 | 4,170.4344 | -0.02% |
| Date | 1 EUR in MNT | Daily change |
|---|---|---|
| 2026-09-11 | 4,171.3739 | -0.13% |
| 2026-09-10 | 4,176.73 | -0.37% |
| 2026-09-09 | 4,192.323 | +0.32% |
| 2026-09-08 | 4,178.8089 | -0.09% |
| 2026-09-07 | 4,182.7166 | +0.08% |
| 2026-09-06 | 4,179.497 | +0.05% |
| 2026-09-05 | 4,177.3115 | -0.13% |
| 2026-09-04 | 4,182.9298 | +0.15% |
| 2026-09-03 | 4,176.6948 | +0.27% |
| 2026-09-02 | 4,165.3965 | -0.11% |
| 2026-09-01 | 4,169.8683 | -0.01% |
| 2026-08-31 | 4,170.3845 | -0.38% |
| 2026-08-30 | 4,186.4019 | -0.04% |
| 2026-08-29 | 4,187.9547 | -0.10% |
| 2026-08-28 | 4,192.0455 | — |
EUR to MNT conversion table
1 EUR4,102.7314 MNT
5 EUR20,513.657 MNT
10 EUR41,027.314 MNT
25 EUR102,568.29 MNT
50 EUR205,136.57 MNT
100 EUR410,273.14 MNT
500 EUR2,051,365.7 MNT
1,000 EUR4,102,731.4 MNT
5,000 EUR20,513,657 MNT
10,000 EUR41,027,314 MNT
Get the EUR/MNT rate in your app
One GET request returns the latest EUR → MNT 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/MNT"fetch('https://rate-api.com/api/v1/pair/EUR/MNT', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} MNT`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/MNT",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} MNT")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/MNT');
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']} MNT\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "MNT"
},
"rate": 4102.7314,
"timestamp": 1790429385,
"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
MNT to EURMongolian Tugrik → Euro0.00024374Convert EUR to other currencies
Convert other currencies to MNT
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.