Convert MGA to RUB
Malagasy Ariary → Russian Ruble
1 MGA = 0.0193934 RUB(1 RUB = 51.563949 MGA)
Currency converter
1 MGA =
0.019393 RUB
MGA to RUB: last 30 days
Over the last 30 days, 1 MGA traded between 0.01912 and 0.020223 RUB, averaging 0.019644 RUB. The MGA/RUB rate is down 1.69% since 2026-08-28.
- 30-day high
- 0.020223
- 2026-09-03
- 30-day low
- 0.01912
- 2026-09-22
- 30-day average
- 0.019644
- Days with data: 30
- 30-day change
- -1.69%
- since 2026-08-28
0.020223
0.019122026-08-28 → 2026-09-26
| Date | 1 MGA in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.019393 | 0.00% |
| 2026-09-25 | 0.019393 | +0.77% |
| 2026-09-24 | 0.019244 | +0.10% |
| 2026-09-23 | 0.019224 | +0.55% |
| 2026-09-22 | 0.01912 | -1.42% |
| 2026-09-21 | 0.019395 | +0.81% |
| 2026-09-20 | 0.01924 | -1.11% |
| 2026-09-19 | 0.019456 | +1.08% |
| 2026-09-18 | 0.019248 | -0.23% |
| 2026-09-17 | 0.019292 | -0.60% |
| 2026-09-16 | 0.01941 | -0.49% |
| 2026-09-15 | 0.019506 | -0.13% |
| 2026-09-14 | 0.019532 | +0.72% |
| 2026-09-13 | 0.019393 | -0.26% |
| 2026-09-12 | 0.019443 | -0.12% |
| Date | 1 MGA in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.019467 | -1.58% |
| 2026-09-10 | 0.019779 | -0.48% |
| 2026-09-09 | 0.019874 | -1.25% |
| 2026-09-08 | 0.020126 | -0.31% |
| 2026-09-07 | 0.020188 | +1.03% |
| 2026-09-06 | 0.019982 | +0.30% |
| 2026-09-05 | 0.019922 | -1.01% |
| 2026-09-04 | 0.020125 | -0.48% |
| 2026-09-03 | 0.020223 | +0.88% |
| 2026-09-02 | 0.020046 | +0.32% |
| 2026-09-01 | 0.019982 | +0.77% |
| 2026-08-31 | 0.019829 | -0.18% |
| 2026-08-30 | 0.019865 | -0.19% |
| 2026-08-29 | 0.019902 | +0.89% |
| 2026-08-28 | 0.019726 | — |
MGA to RUB conversion table
1 MGA0.019393 RUB
5 MGA0.096967 RUB
10 MGA0.19393 RUB
25 MGA0.48483 RUB
50 MGA0.96967 RUB
100 MGA1.9393 RUB
500 MGA9.6967 RUB
1,000 MGA19.3934 RUB
5,000 MGA96.967 RUB
10,000 MGA193.9339 RUB
Get the MGA/RUB rate in your app
One GET request returns the latest MGA → RUB 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/RUB"fetch('https://rate-api.com/api/v1/pair/MGA/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MGA = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MGA/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MGA = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MGA/RUB');
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']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "MGA",
"to": "RUB"
},
"rate": 0.0194,
"timestamp": 1790432100,
"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
RUB to MGARussian Ruble → Malagasy Ariary51.5639Convert MGA to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.