Convert MGA to INR
Malagasy Ariary → Indian Rupee
1 MGA = 0.0218581 INR(1 INR = 45.749652 MGA)
Currency converter
1 MGA =
0.021858 INR
MGA to INR: last 30 days
Over the last 30 days, 1 MGA traded between 0.021767 and 0.02221 INR, averaging 0.021984 INR. The MGA/INR rate is down 0.72% since 2026-08-28.
- 30-day high
- 0.02221
- 2026-09-10
- 30-day low
- 0.021767
- 2026-09-24
- 30-day average
- 0.021984
- Days with data: 30
- 30-day change
- -0.72%
- since 2026-08-28
0.02221
0.0217672026-08-28 → 2026-09-26
| Date | 1 MGA in INR | Daily change |
|---|---|---|
| 2026-09-26 | 0.021858 | 0.00% |
| 2026-09-25 | 0.021858 | +0.42% |
| 2026-09-24 | 0.021767 | -0.31% |
| 2026-09-23 | 0.021834 | +0.06% |
| 2026-09-22 | 0.021821 | -1.18% |
| 2026-09-21 | 0.022081 | +0.65% |
| 2026-09-20 | 0.021939 | -0.75% |
| 2026-09-19 | 0.022104 | +1.20% |
| 2026-09-18 | 0.021841 | -0.61% |
| 2026-09-17 | 0.021975 | -0.66% |
| 2026-09-16 | 0.022121 | -0.12% |
| 2026-09-15 | 0.022148 | +0.31% |
| 2026-09-14 | 0.022079 | +0.42% |
| 2026-09-13 | 0.021987 | -0.37% |
| 2026-09-12 | 0.022068 | -0.40% |
| Date | 1 MGA in INR | Daily change |
|---|---|---|
| 2026-09-11 | 0.022156 | -0.24% |
| 2026-09-10 | 0.02221 | +0.87% |
| 2026-09-09 | 0.022018 | -0.51% |
| 2026-09-08 | 0.022131 | +0.49% |
| 2026-09-07 | 0.022024 | +0.97% |
| 2026-09-06 | 0.021813 | -0.55% |
| 2026-09-05 | 0.021934 | -0.05% |
| 2026-09-04 | 0.021944 | +0.25% |
| 2026-09-03 | 0.021889 | -0.17% |
| 2026-09-02 | 0.021926 | -0.24% |
| 2026-09-01 | 0.02198 | +0.13% |
| 2026-08-31 | 0.021951 | -0.35% |
| 2026-08-30 | 0.022029 | -0.00% |
| 2026-08-29 | 0.022029 | +0.06% |
| 2026-08-28 | 0.022016 | — |
MGA to INR conversion table
1 MGA0.021858 INR
5 MGA0.10929 INR
10 MGA0.21858 INR
25 MGA0.54645 INR
50 MGA1.0929 INR
100 MGA2.1858 INR
500 MGA10.929 INR
1,000 MGA21.8581 INR
5,000 MGA109.2905 INR
10,000 MGA218.5809 INR
Get the MGA/INR rate in your app
One GET request returns the latest MGA → INR 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/INR"fetch('https://rate-api.com/api/v1/pair/MGA/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MGA = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MGA/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MGA = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MGA/INR');
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']} INR\n";Example response
{
"success": true,
"pair": {
"from": "MGA",
"to": "INR"
},
"rate": 0.0219,
"timestamp": 1790435312,
"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
INR to MGAIndian Rupee → Malagasy Ariary45.7497Convert MGA to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.