Skip to content

RSD to MGA exchange rate API

Serbian Dinar to Malagasy Ariary · quoted 2026-09-25

42.4328

▼ +7.45% over YTD

1 RSD = 42.4328 MGA · 1 MGA = 0.02357 RSD · Get this rate via the API

1 RSD buys 42.4328 MGA as of 2026-09-25, so 1 MGA buys 0.02357 RSD. Over the year to date, RSD/MGA traded between 40.8011 and 46.0066, averaged 42.5270 and fell 7.45%. The API holds daily RSD/MGA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RSD/MGA over YTD

RSD/MGA over YTD: show the values
PointRSD/MGA
2025-12-3145.8492
2026-01-0746.0066
2026-01-1445.9001
2026-01-2145.4300
2026-01-2845.5425
2026-02-0444.7296
2026-02-1144.9341
2026-02-1844.1379
2026-02-2542.9125
2026-03-0441.3954
2026-03-1141.1111
2026-03-1840.8011
2026-03-2541.1842
2026-04-0141.1470
2026-04-0841.4059
2026-04-1541.5088
2026-04-2241.4547
2026-04-2941.3799
2026-05-0641.5306
2026-05-1441.5611
2026-05-2141.5433
2026-05-2941.5334
2026-06-0541.6012
2026-06-1441.4134
2026-06-2141.2133
2026-06-2841.1608
2026-07-0541.5176
2026-07-1241.7824
2026-07-1941.8820
2026-07-2641.7543
2026-08-0242.2526
2026-08-0942.4785
2026-08-1642.6286
2026-08-2442.9648
2026-08-3142.8210
2026-09-0742.4635
2026-09-1442.7473
2026-09-2142.4394

High

46.0066

Low

40.8011

Average

42.5270

For developers

Get this rate via the API

One GET request returns the RSD/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=RSD&currencies=MGA"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&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=RSD&currencies=MGA").json()

Replace YOUR_API_KEY with the key from your dashboard.

RSD/MGA API questions

How do I get the RSD/MGA exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=MGA, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RSD/MGA rate in rates.MGA.

How far back does RSD/MGA historical data go?

Daily RSD/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 RSD/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.