Convert MGA to EUR
Malagasy Ariary → Euro
1 MGA = 0.000200055 EUR(1 EUR = 4,998.6298 MGA)
Currency converter
1 MGA =
0.00020005 EUR
MGA to EUR: last 30 days
Over the last 30 days, 1 MGA traded between 0.00019823 and 0.00020116 EUR, averaging 0.00019957 EUR. The MGA/EUR rate is up 0.92% since 2026-08-28.
- 30-day high
- 0.00020116
- 2026-09-19
- 30-day low
- 0.00019823
- 2026-08-28
- 30-day average
- 0.00019957
- Days with data: 30
- 30-day change
- +0.92%
- since 2026-08-28
0.00020116
0.000198232026-08-28 → 2026-09-26
| Date | 1 MGA in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.00020005 | 0.00% |
| 2026-09-25 | 0.00020005 | +0.25% |
| 2026-09-24 | 0.00019955 | -0.15% |
| 2026-09-23 | 0.00019986 | +0.36% |
| 2026-09-22 | 0.00019914 | -0.71% |
| 2026-09-21 | 0.00020056 | +0.45% |
| 2026-09-20 | 0.00019966 | -0.75% |
| 2026-09-19 | 0.00020116 | +1.20% |
| 2026-09-18 | 0.00019877 | -0.37% |
| 2026-09-17 | 0.0001995 | -0.16% |
| 2026-09-16 | 0.00019982 | -0.11% |
| 2026-09-15 | 0.00020003 | -0.00% |
| 2026-09-14 | 0.00020003 | +0.78% |
| 2026-09-13 | 0.00019849 | -0.37% |
| 2026-09-12 | 0.00019922 | -0.40% |
| Date | 1 MGA in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.00020001 | -0.16% |
| 2026-09-10 | 0.00020033 | +0.83% |
| 2026-09-09 | 0.00019868 | -1.13% |
| 2026-09-08 | 0.00020095 | +0.20% |
| 2026-09-07 | 0.00020055 | +0.97% |
| 2026-09-06 | 0.00019863 | -0.55% |
| 2026-09-05 | 0.00019973 | -0.05% |
| 2026-09-04 | 0.00019982 | +0.19% |
| 2026-09-03 | 0.00019944 | +0.02% |
| 2026-09-02 | 0.00019941 | -0.16% |
| 2026-09-01 | 0.00019973 | +0.41% |
| 2026-08-31 | 0.00019891 | +0.28% |
| 2026-08-30 | 0.00019835 | -0.00% |
| 2026-08-29 | 0.00019835 | +0.06% |
| 2026-08-28 | 0.00019823 | — |
MGA to EUR conversion table
1 MGA0.00020005 EUR
5 MGA0.0010003 EUR
10 MGA0.0020005 EUR
25 MGA0.0050014 EUR
50 MGA0.010003 EUR
100 MGA0.020005 EUR
500 MGA0.10003 EUR
1,000 MGA0.20005 EUR
5,000 MGA1.0003 EUR
10,000 MGA2.0005 EUR
Get the MGA/EUR rate in your app
One GET request returns the latest MGA → 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/MGA/EUR?precision=6"fetch('https://rate-api.com/api/v1/pair/MGA/EUR?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MGA = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MGA/EUR?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MGA = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MGA/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 MGA = {$data['rate']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "MGA",
"to": "EUR"
},
"rate": 0.0002,
"timestamp": 1790435267,
"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 MGAEuro → Malagasy Ariary4,998.6298Convert MGA to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.