Skip to content

MXN to SCR exchange rate API

Mexican Peso to Seychelles Rupee · quoted 2026-09-26

0.78462

▼ +5.67% over 6M

1 MXN = 0.78462 SCR · 1 SCR = 1.2745 MXN · Get this rate via the API

1 MXN buys 0.78462 SCR as of 2026-09-26, so 1 SCR buys 1.2745 MXN. Over the last 6 months, MXN/SCR traded between 0.78462 and 0.87313, averaged 0.82747 and fell 5.67%. The API holds daily MXN/SCR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MXN/SCR over 6M

MXN/SCR over 6M: show the values
PointMXN/SCR
2026-03-300.83174
2026-04-060.81775
2026-04-130.87313
2026-04-200.86940
2026-04-270.85269
2026-05-040.78594
2026-05-110.86379
2026-05-190.84651
2026-05-270.84884
2026-06-030.84586
2026-06-120.81561
2026-06-190.84302
2026-06-260.80327
2026-07-030.82443
2026-07-100.83388
2026-07-170.80120
2026-07-240.83280
2026-07-310.81068
2026-08-070.84503
2026-08-140.84151
2026-08-220.80428
2026-08-290.82613
2026-09-050.81620
2026-09-120.81137
2026-09-190.82727
2026-09-260.78462

High

0.87313

Low

0.78462

Average

0.82747

For developers

Get this rate via the API

One GET request returns the MXN/SCR 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=MXN&currencies=SCR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN&currencies=SCR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN&currencies=SCR").json()

Replace YOUR_API_KEY with the key from your dashboard.

MXN/SCR API questions

How do I get the MXN/SCR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN&currencies=SCR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MXN/SCR rate in rates.SCR.

How far back does MXN/SCR historical data go?

Daily MXN/SCR 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 MXN/SCR 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.