Skip to content

RSD to MGA exchange rate API

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

42.4328

▲ +3.46% over 6M

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 last 6 months, RSD/MGA traded between 40.7844 and 43.0043, averaged 41.7989 and rose 3.46%. 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 6M

RSD/MGA over 6M: show the values
PointRSD/MGA
2026-03-2941.0151
2026-04-0540.9869
2026-04-1241.4160
2026-04-1941.6873
2026-04-2641.4154
2026-05-0341.4558
2026-05-1041.8676
2026-05-1841.3068
2026-05-2641.6046
2026-06-0241.5802
2026-06-1141.2893
2026-06-1841.1035
2026-06-2540.7844
2026-07-0241.5750
2026-07-0941.2703
2026-07-1641.3332
2026-07-2341.5170
2026-07-3042.0553
2026-08-0642.2347
2026-08-1342.2983
2026-08-2142.6197
2026-08-2843.0043
2026-09-0442.6668
2026-09-1142.6427
2026-09-1842.9739
2026-09-2542.4328

High

43.0043

Low

40.7844

Average

41.7989

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.