SCR to MGA exchange rate API
Seychelles Rupee to Malagasy Ariary · quoted 2026-09-26
317.7304
▲ +12.12% over 1Y
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 last year, SCR/MGA traded between 272.1464 and 344.9596, averaged 300.9593 and rose 12.12%. 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 1Y: show the values
| Point | SCR/MGA |
|---|---|
| 2025-09-26 | 283.3788 |
| 2025-10-03 | 272.1464 |
| 2025-10-10 | 278.9597 |
| 2025-10-17 | 310.5064 |
| 2025-10-24 | 323.0483 |
| 2025-10-31 | 303.0555 |
| 2025-11-07 | 309.7826 |
| 2025-11-14 | 311.1620 |
| 2025-11-21 | 316.1177 |
| 2025-11-28 | 335.2377 |
| 2025-12-05 | 319.7748 |
| 2025-12-13 | 307.2065 |
| 2025-12-20 | 325.4008 |
| 2025-12-27 | 310.2743 |
| 2026-01-03 | 303.7058 |
| 2026-01-10 | 317.4987 |
| 2026-01-17 | 344.9596 |
| 2026-01-24 | 306.2346 |
| 2026-01-31 | 300.1989 |
| 2026-02-07 | 302.8183 |
| 2026-02-14 | 323.0004 |
| 2026-02-21 | 295.4534 |
| 2026-02-28 | 287.5816 |
| 2026-03-07 | 283.0726 |
| 2026-03-14 | 287.7215 |
| 2026-03-21 | 281.5491 |
| 2026-03-28 | 289.3429 |
| 2026-04-04 | 283.9711 |
| 2026-04-11 | 295.3750 |
| 2026-04-18 | 291.1480 |
| 2026-04-25 | 280.3367 |
| 2026-05-02 | 283.2693 |
| 2026-05-09 | 298.3858 |
| 2026-05-17 | 283.1647 |
| 2026-05-25 | 291.9642 |
| 2026-06-01 | 293.9448 |
| 2026-06-10 | 303.4746 |
| 2026-06-17 | 289.0964 |
| 2026-06-24 | 287.7300 |
| 2026-07-01 | 301.6325 |
| 2026-07-08 | 290.5630 |
| 2026-07-15 | 309.8523 |
| 2026-07-22 | 298.3812 |
| 2026-07-29 | 296.6506 |
| 2026-08-05 | 307.7879 |
| 2026-08-12 | 303.4092 |
| 2026-08-20 | 295.2762 |
| 2026-08-27 | 303.1338 |
| 2026-09-03 | 300.7884 |
| 2026-09-10 | 301.6468 |
| 2026-09-17 | 302.4294 |
| 2026-09-24 | 310.5098 |
High
344.9596
Low
272.1464
Average
300.9593
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.