Skip to content

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

SCR/MGA over YTD: show the values
PointSCR/MGA
2025-12-31313.5041
2026-01-07329.0398
2026-01-14318.7173
2026-01-21320.8843
2026-01-28304.2735
2026-02-04297.2674
2026-02-11295.7879
2026-02-18303.3661
2026-02-25284.5138
2026-03-04305.4397
2026-03-11306.1279
2026-03-18291.3882
2026-03-25286.7653
2026-04-01281.4016
2026-04-08297.9650
2026-04-15293.1594
2026-04-22281.6067
2026-04-29303.6208
2026-05-06300.9696
2026-05-14291.4736
2026-05-21292.0347
2026-05-29294.1356
2026-06-05300.4617
2026-06-14288.5343
2026-06-21287.4029
2026-06-28284.9390
2026-07-05294.7423
2026-07-12290.4039
2026-07-19294.3772
2026-07-26297.3494
2026-08-02292.5279
2026-08-09293.0964
2026-08-16294.7631
2026-08-24296.9574
2026-08-31302.0370
2026-09-07301.9940
2026-09-14305.2329
2026-09-21300.4083

High

329.0398

Low

281.4016

Average

298.3692

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.