Convert EUR to MGA
Euro → Malagasy Ariary
1 EUR = 4,998.6298 MGA(1 MGA = 0.000200055 EUR)
Currency converter
1 EUR =
4,998.6298 MGA
EUR to MGA: last 30 days
Over the last 30 days, 1 EUR traded between 4,971.0477 and 5,044.693 MGA, averaging 5,010.9207 MGA. The EUR/MGA rate is down 0.91% since 2026-08-28.
- 30-day high
- 5,044.693
- 2026-08-28
- 30-day low
- 4,971.0477
- 2026-09-19
- 30-day average
- 5,010.9207
- Days with data: 30
- 30-day change
- -0.91%
- since 2026-08-28
5,044.693
4,971.04772026-08-28 → 2026-09-26
| Date | 1 EUR in MGA | Daily change |
|---|---|---|
| 2026-09-26 | 4,998.6298 | 0.00% |
| 2026-09-25 | 4,998.6298 | -0.25% |
| 2026-09-24 | 5,011.2497 | +0.15% |
| 2026-09-23 | 5,003.6116 | -0.36% |
| 2026-09-22 | 5,021.6563 | +0.71% |
| 2026-09-21 | 4,986.1412 | -0.44% |
| 2026-09-20 | 5,008.4104 | +0.75% |
| 2026-09-19 | 4,971.0477 | -1.19% |
| 2026-09-18 | 5,030.9402 | +0.37% |
| 2026-09-17 | 5,012.5174 | +0.16% |
| 2026-09-16 | 5,004.5975 | +0.11% |
| 2026-09-15 | 4,999.3366 | +0.00% |
| 2026-09-14 | 4,999.3052 | -0.77% |
| 2026-09-13 | 5,038.0607 | +0.37% |
| 2026-09-12 | 5,019.6084 | +0.40% |
| Date | 1 EUR in MGA | Daily change |
|---|---|---|
| 2026-09-11 | 4,999.6909 | +0.16% |
| 2026-09-10 | 4,991.6901 | -0.82% |
| 2026-09-09 | 5,033.2054 | +1.14% |
| 2026-09-08 | 4,976.4733 | -0.20% |
| 2026-09-07 | 4,986.2197 | -0.96% |
| 2026-09-06 | 5,034.5032 | +0.55% |
| 2026-09-05 | 5,006.7303 | +0.05% |
| 2026-09-04 | 5,004.4114 | -0.19% |
| 2026-09-03 | 5,013.9759 | -0.02% |
| 2026-09-02 | 5,014.7988 | +0.16% |
| 2026-09-01 | 5,006.8033 | -0.41% |
| 2026-08-31 | 5,027.4411 | -0.28% |
| 2026-08-30 | 5,041.6499 | +0.00% |
| 2026-08-29 | 5,041.5927 | -0.06% |
| 2026-08-28 | 5,044.693 | — |
EUR to MGA conversion table
1 EUR4,998.6298 MGA
5 EUR24,993.149 MGA
10 EUR49,986.298 MGA
25 EUR124,965.74 MGA
50 EUR249,931.49 MGA
100 EUR499,862.98 MGA
500 EUR2,499,314.9 MGA
1,000 EUR4,998,629.8 MGA
5,000 EUR24,993,149 MGA
10,000 EUR49,986,298 MGA
Get the EUR/MGA rate in your app
One GET request returns the latest EUR → MGA 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/MGA"fetch('https://rate-api.com/api/v1/pair/EUR/MGA', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} MGA`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/MGA",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} MGA")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/MGA');
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']} MGA\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "MGA"
},
"rate": 4998.6298,
"timestamp": 1790437980,
"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
MGA to EURMalagasy Ariary → Euro0.00020005Convert EUR to other currencies
Convert other currencies to MGA
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.