Skip to content

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

SCR/MGA over 1Y: show the values
PointSCR/MGA
2025-09-26283.3788
2025-10-03272.1464
2025-10-10278.9597
2025-10-17310.5064
2025-10-24323.0483
2025-10-31303.0555
2025-11-07309.7826
2025-11-14311.1620
2025-11-21316.1177
2025-11-28335.2377
2025-12-05319.7748
2025-12-13307.2065
2025-12-20325.4008
2025-12-27310.2743
2026-01-03303.7058
2026-01-10317.4987
2026-01-17344.9596
2026-01-24306.2346
2026-01-31300.1989
2026-02-07302.8183
2026-02-14323.0004
2026-02-21295.4534
2026-02-28287.5816
2026-03-07283.0726
2026-03-14287.7215
2026-03-21281.5491
2026-03-28289.3429
2026-04-04283.9711
2026-04-11295.3750
2026-04-18291.1480
2026-04-25280.3367
2026-05-02283.2693
2026-05-09298.3858
2026-05-17283.1647
2026-05-25291.9642
2026-06-01293.9448
2026-06-10303.4746
2026-06-17289.0964
2026-06-24287.7300
2026-07-01301.6325
2026-07-08290.5630
2026-07-15309.8523
2026-07-22298.3812
2026-07-29296.6506
2026-08-05307.7879
2026-08-12303.4092
2026-08-20295.2762
2026-08-27303.1338
2026-09-03300.7884
2026-09-10301.6468
2026-09-17302.4294
2026-09-24310.5098

High

344.9596

Low

272.1464

Average

300.9593

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=MGA"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&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=SCR&currencies=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&currencies=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.