SCR to MGA exchange rate API
Seychelles Rupee to Malagasy Ariary · quoted 2026-09-26
317.7304
▲ +1.35% over YTD
1 SCR = 317.7304 MGA · 1 MGA = 0.003147 SCR · Get this rate via the API
1 SCR buys 317.7304 MGA as of 2026-09-26, so 1 MGA buys 0.003147 SCR. Over the year to date, SCR/MGA traded between 281.4016 and 329.0398, averaged 298.3692 and rose 1.35%. The API holds daily SCR/MGA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SCR/MGA over YTD: show the values
| Point | SCR/MGA |
|---|---|
| 2025-12-31 | 313.5041 |
| 2026-01-07 | 329.0398 |
| 2026-01-14 | 318.7173 |
| 2026-01-21 | 320.8843 |
| 2026-01-28 | 304.2735 |
| 2026-02-04 | 297.2674 |
| 2026-02-11 | 295.7879 |
| 2026-02-18 | 303.3661 |
| 2026-02-25 | 284.5138 |
| 2026-03-04 | 305.4397 |
| 2026-03-11 | 306.1279 |
| 2026-03-18 | 291.3882 |
| 2026-03-25 | 286.7653 |
| 2026-04-01 | 281.4016 |
| 2026-04-08 | 297.9650 |
| 2026-04-15 | 293.1594 |
| 2026-04-22 | 281.6067 |
| 2026-04-29 | 303.6208 |
| 2026-05-06 | 300.9696 |
| 2026-05-14 | 291.4736 |
| 2026-05-21 | 292.0347 |
| 2026-05-29 | 294.1356 |
| 2026-06-05 | 300.4617 |
| 2026-06-14 | 288.5343 |
| 2026-06-21 | 287.4029 |
| 2026-06-28 | 284.9390 |
| 2026-07-05 | 294.7423 |
| 2026-07-12 | 290.4039 |
| 2026-07-19 | 294.3772 |
| 2026-07-26 | 297.3494 |
| 2026-08-02 | 292.5279 |
| 2026-08-09 | 293.0964 |
| 2026-08-16 | 294.7631 |
| 2026-08-24 | 296.9574 |
| 2026-08-31 | 302.0370 |
| 2026-09-07 | 301.9940 |
| 2026-09-14 | 305.2329 |
| 2026-09-21 | 300.4083 |
High
329.0398
Low
281.4016
Average
298.3692
Get this rate via the API
One GET request returns the SCR/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=SCR¤cies=MGA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=MGA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=MGA").json()Replace YOUR_API_KEY with the key from your dashboard.
SCR/MGA API questions
How do I get the SCR/MGA exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=MGA, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/MGA rate in rates.MGA.
How far back does SCR/MGA historical data go?
Daily SCR/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 SCR/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.