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: show the values
| Point | RSD/MGA |
|---|---|
| 2025-12-31 | 45.8492 |
| 2026-01-07 | 46.0066 |
| 2026-01-14 | 45.9001 |
| 2026-01-21 | 45.4300 |
| 2026-01-28 | 45.5425 |
| 2026-02-04 | 44.7296 |
| 2026-02-11 | 44.9341 |
| 2026-02-18 | 44.1379 |
| 2026-02-25 | 42.9125 |
| 2026-03-04 | 41.3954 |
| 2026-03-11 | 41.1111 |
| 2026-03-18 | 40.8011 |
| 2026-03-25 | 41.1842 |
| 2026-04-01 | 41.1470 |
| 2026-04-08 | 41.4059 |
| 2026-04-15 | 41.5088 |
| 2026-04-22 | 41.4547 |
| 2026-04-29 | 41.3799 |
| 2026-05-06 | 41.5306 |
| 2026-05-14 | 41.5611 |
| 2026-05-21 | 41.5433 |
| 2026-05-29 | 41.5334 |
| 2026-06-05 | 41.6012 |
| 2026-06-14 | 41.4134 |
| 2026-06-21 | 41.2133 |
| 2026-06-28 | 41.1608 |
| 2026-07-05 | 41.5176 |
| 2026-07-12 | 41.7824 |
| 2026-07-19 | 41.8820 |
| 2026-07-26 | 41.7543 |
| 2026-08-02 | 42.2526 |
| 2026-08-09 | 42.4785 |
| 2026-08-16 | 42.6286 |
| 2026-08-24 | 42.9648 |
| 2026-08-31 | 42.8210 |
| 2026-09-07 | 42.4635 |
| 2026-09-14 | 42.7473 |
| 2026-09-21 | 42.4394 |
High
46.0066
Low
40.8011
Average
42.5270
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=MGA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=MGA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=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¤cies=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.