Skip to content

MXN to SCR exchange rate API

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

0.78462

▼ +6.39% over 30D

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 30 days, MXN/SCR traded between 0.78462 and 0.87050, averaged 0.83326 and fell 6.39%. 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 30D

MXN/SCR over 30D: show the values
PointMXN/SCR
2026-08-270.83817
2026-08-280.82702
2026-08-290.82613
2026-08-300.86172
2026-08-310.84396
2026-09-010.83425
2026-09-020.85053
2026-09-030.84363
2026-09-040.84656
2026-09-050.81620
2026-09-060.86766
2026-09-070.84003
2026-09-080.84003
2026-09-090.84529
2026-09-100.84079
2026-09-110.84412
2026-09-120.81137
2026-09-130.87050
2026-09-140.83056
2026-09-150.82445
2026-09-160.83490
2026-09-170.83989
2026-09-180.80758
2026-09-190.82727
2026-09-200.85625
2026-09-210.84026
2026-09-220.83516
2026-09-230.83360
2026-09-240.80743
2026-09-250.80985
2026-09-260.78462

High

0.87050

Low

0.78462

Average

0.83326

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.