RUB to MGA exchange rate API
Russian Ruble to Malagasy Ariary · quoted 2026-09-26
52.2368
▲ +4.44% over 1Y
1 RUB = 52.2368 MGA · 1 MGA = 0.01914 RUB · Get this rate via the API
1 RUB buys 52.2368 MGA as of 2026-09-26, so 1 MGA buys 0.01914 RUB. Over the last year, RUB/MGA traded between 48.0492 and 59.8603, averaged 54.8114 and rose 4.44%. The API holds daily RUB/MGA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
RUB/MGA over 1Y: show the values
| Point | RUB/MGA |
|---|---|
| 2025-09-26 | 50.0138 |
| 2025-10-03 | 48.0492 |
| 2025-10-10 | 50.3506 |
| 2025-10-17 | 55.4047 |
| 2025-10-24 | 55.0959 |
| 2025-10-31 | 56.2642 |
| 2025-11-07 | 55.4124 |
| 2025-11-14 | 55.4531 |
| 2025-11-21 | 56.2701 |
| 2025-11-28 | 57.5342 |
| 2025-12-05 | 57.9078 |
| 2025-12-13 | 56.6683 |
| 2025-12-20 | 56.2488 |
| 2025-12-27 | 58.0428 |
| 2026-01-03 | 56.9925 |
| 2026-01-10 | 57.9612 |
| 2026-01-17 | 59.4626 |
| 2026-01-24 | 59.8603 |
| 2026-01-31 | 58.2979 |
| 2026-02-07 | 57.6862 |
| 2026-02-14 | 57.6472 |
| 2026-02-21 | 56.4149 |
| 2026-02-28 | 54.6364 |
| 2026-03-07 | 52.5295 |
| 2026-03-14 | 51.9420 |
| 2026-03-21 | 50.3794 |
| 2026-03-28 | 51.2776 |
| 2026-04-04 | 51.9474 |
| 2026-04-11 | 53.7582 |
| 2026-04-18 | 54.2951 |
| 2026-04-25 | 55.1757 |
| 2026-05-02 | 55.3536 |
| 2026-05-09 | 56.1018 |
| 2026-05-17 | 57.5732 |
| 2026-05-25 | 58.7144 |
| 2026-06-01 | 58.8085 |
| 2026-06-10 | 58.3912 |
| 2026-06-17 | 57.6257 |
| 2026-06-24 | 56.5562 |
| 2026-07-01 | 53.8586 |
| 2026-07-08 | 55.5355 |
| 2026-07-15 | 55.1411 |
| 2026-07-22 | 54.9175 |
| 2026-07-29 | 54.6661 |
| 2026-08-05 | 52.9447 |
| 2026-08-12 | 52.2500 |
| 2026-08-20 | 50.9960 |
| 2026-08-27 | 50.5465 |
| 2026-09-03 | 49.4498 |
| 2026-09-10 | 50.5585 |
| 2026-09-17 | 51.8337 |
| 2026-09-24 | 51.9634 |
High
59.8603
Low
48.0492
Average
54.8114
Get this rate via the API
One GET request returns the RUB/MGA rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=MGA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=MGA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=MGA").json()Replace YOUR_API_KEY with the key from your dashboard.
RUB/MGA API questions
How do I get the RUB/MGA exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=MGA, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RUB/MGA rate in rates.MGA.
How far back does RUB/MGA historical data go?
Daily RUB/MGA rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free RUB/MGA exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.