Skip to content

RSD to MGA exchange rate API

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

42.4328

▼ +0.50% over 1Y

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 year, RSD/MGA traded between 40.4820 and 46.0358, averaged 42.8791 and fell 0.50%. 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 1Y

RSD/MGA over 1Y: show the values
PointRSD/MGA
2025-09-2542.6449
2025-10-0240.4820
2025-10-0944.3780
2025-10-1644.4564
2025-10-2344.3325
2025-10-3044.6635
2025-11-0644.2657
2025-11-1344.3623
2025-11-2044.2514
2025-11-2744.2967
2025-12-0444.2949
2025-12-1244.3494
2025-12-1944.9842
2025-12-2645.9017
2026-01-0246.0358
2026-01-0945.9482
2026-01-1645.8493
2026-01-2345.4221
2026-01-3045.4818
2026-02-0644.4756
2026-02-1344.7099
2026-02-2043.5883
2026-02-2742.6113
2026-03-0640.9709
2026-03-1340.7853
2026-03-2040.9312
2026-03-2740.9469
2026-04-0340.9858
2026-04-1041.3380
2026-04-1741.6619
2026-04-2441.2270
2026-05-0141.5180
2026-05-0841.6149
2026-05-1641.4414
2026-05-2441.5057
2026-05-3141.6421
2026-06-0941.2827
2026-06-1641.4864
2026-06-2341.1761
2026-06-3041.2823
2026-07-0741.3316
2026-07-1441.5692
2026-07-2141.7680
2026-07-2841.7622
2026-08-0441.8917
2026-08-1142.2877
2026-08-1842.5240
2026-08-2642.5167
2026-09-0242.7523
2026-09-0942.8177
2026-09-1642.6633
2026-09-2342.6916

High

46.0358

Low

40.4820

Average

42.8791

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.