Skip to content

MXN to SCR exchange rate API

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

0.78462

▼ +3.50% over YTD

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 year to date, MXN/SCR traded between 0.76874 and 0.87632, averaged 0.82890 and fell 3.50%. 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 YTD

MXN/SCR over YTD: show the values
PointMXN/SCR
2025-12-310.81307
2026-01-070.77974
2026-01-140.81514
2026-01-210.81091
2026-01-280.85430
2026-02-040.86647
2026-02-110.87151
2026-02-180.84198
2026-02-250.87632
2026-03-040.78177
2026-03-110.76874
2026-03-180.80386
2026-03-250.81816
2026-04-010.83215
2026-04-080.80303
2026-04-150.81548
2026-04-220.84992
2026-04-290.78540
2026-05-060.80079
2026-05-140.83094
2026-05-210.82840
2026-05-290.82149
2026-06-050.81011
2026-06-140.84706
2026-06-210.84627
2026-06-280.85038
2026-07-050.82714
2026-07-120.84507
2026-07-190.83242
2026-07-260.83037
2026-08-020.85028
2026-08-090.85842
2026-08-160.86222
2026-08-240.85843
2026-08-310.84396
2026-09-070.84003
2026-09-140.83056
2026-09-210.84026

High

0.87632

Low

0.76874

Average

0.82890

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.