Skip to content

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

RUB/MGA over 1Y: show the values
PointRUB/MGA
2025-09-2650.0138
2025-10-0348.0492
2025-10-1050.3506
2025-10-1755.4047
2025-10-2455.0959
2025-10-3156.2642
2025-11-0755.4124
2025-11-1455.4531
2025-11-2156.2701
2025-11-2857.5342
2025-12-0557.9078
2025-12-1356.6683
2025-12-2056.2488
2025-12-2758.0428
2026-01-0356.9925
2026-01-1057.9612
2026-01-1759.4626
2026-01-2459.8603
2026-01-3158.2979
2026-02-0757.6862
2026-02-1457.6472
2026-02-2156.4149
2026-02-2854.6364
2026-03-0752.5295
2026-03-1451.9420
2026-03-2150.3794
2026-03-2851.2776
2026-04-0451.9474
2026-04-1153.7582
2026-04-1854.2951
2026-04-2555.1757
2026-05-0255.3536
2026-05-0956.1018
2026-05-1757.5732
2026-05-2558.7144
2026-06-0158.8085
2026-06-1058.3912
2026-06-1757.6257
2026-06-2456.5562
2026-07-0153.8586
2026-07-0855.5355
2026-07-1555.1411
2026-07-2254.9175
2026-07-2954.6661
2026-08-0552.9447
2026-08-1252.2500
2026-08-2050.9960
2026-08-2750.5465
2026-09-0349.4498
2026-09-1050.5585
2026-09-1751.8337
2026-09-2451.9634

High

59.8603

Low

48.0492

Average

54.8114

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=MGA"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=MGA");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=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&currencies=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.