Convert RUB to MGA
Russian Ruble → Malagasy Ariary
1 RUB = 51.563949 MGA(1 MGA = 0.0193934 RUB)
Currency converter
1 RUB =
51.5639 MGA
RUB to MGA: last 30 days
Over the last 30 days, 1 RUB traded between 49.4498 and 52.3022 MGA, averaging 50.9201 MGA. The RUB/MGA rate is up 1.72% since 2026-08-28.
- 30-day high
- 52.3022
- 2026-09-22
- 30-day low
- 49.4498
- 2026-09-03
- 30-day average
- 50.9201
- Days with data: 30
- 30-day change
- +1.72%
- since 2026-08-28
52.3022
49.44982026-08-28 → 2026-09-26
| Date | 1 RUB in MGA | Daily change |
|---|---|---|
| 2026-09-26 | 51.5639 | 0.00% |
| 2026-09-25 | 51.5639 | -0.77% |
| 2026-09-24 | 51.9634 | -0.10% |
| 2026-09-23 | 52.017 | -0.55% |
| 2026-09-22 | 52.3022 | +1.44% |
| 2026-09-21 | 51.5599 | -0.80% |
| 2026-09-20 | 51.9753 | +1.13% |
| 2026-09-19 | 51.3969 | -1.07% |
| 2026-09-18 | 51.9529 | +0.23% |
| 2026-09-17 | 51.8337 | +0.61% |
| 2026-09-16 | 51.5202 | +0.50% |
| 2026-09-15 | 51.2661 | +0.13% |
| 2026-09-14 | 51.1989 | -0.71% |
| 2026-09-13 | 51.5651 | +0.26% |
| 2026-09-12 | 51.4332 | +0.12% |
| Date | 1 RUB in MGA | Daily change |
|---|---|---|
| 2026-09-11 | 51.3699 | +1.61% |
| 2026-09-10 | 50.5585 | +0.48% |
| 2026-09-09 | 50.317 | +1.27% |
| 2026-09-08 | 49.6873 | +0.31% |
| 2026-09-07 | 49.5353 | -1.02% |
| 2026-09-06 | 50.0456 | -0.30% |
| 2026-09-05 | 50.1961 | +1.02% |
| 2026-09-04 | 49.6892 | +0.48% |
| 2026-09-03 | 49.4498 | -0.87% |
| 2026-09-02 | 49.8859 | -0.32% |
| 2026-09-01 | 50.0458 | -0.76% |
| 2026-08-31 | 50.4303 | +0.18% |
| 2026-08-30 | 50.3402 | +0.19% |
| 2026-08-29 | 50.246 | -0.88% |
| 2026-08-28 | 50.6937 | — |
RUB to MGA conversion table
1 RUB51.5639 MGA
5 RUB257.8198 MGA
10 RUB515.6395 MGA
25 RUB1,289.0987 MGA
50 RUB2,578.1975 MGA
100 RUB5,156.3949 MGA
500 RUB25,781.975 MGA
1,000 RUB51,563.949 MGA
5,000 RUB257,819.75 MGA
10,000 RUB515,639.49 MGA
Get the RUB/MGA rate in your app
One GET request returns the latest RUB → 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/RUB/MGA"fetch('https://rate-api.com/api/v1/pair/RUB/MGA', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} MGA`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/MGA",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} MGA")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/MGA');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RUB = {$data['rate']} MGA\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "MGA"
},
"rate": 51.5639,
"timestamp": 1790429357,
"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 RUBMalagasy Ariary → Russian Ruble0.019393Convert RUB to other currencies
Convert other currencies to MGA
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.