Skip to content

SCR to MUR exchange rate API

Seychelles Rupee to Mauritius Rupee · quoted 2026-09-25

3.3111

▼ +1.19% over 5Y

1 SCR = 3.3111 MUR · 1 MUR = 0.30201 SCR · Get this rate via the API

1 SCR buys 3.3111 MUR as of 2026-09-25, so 1 MUR buys 0.30201 SCR. Over the last 5 years, SCR/MUR traded between 3.0121 and 3.5151, averaged 3.2240 and fell 1.19%. The API holds daily SCR/MUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/MUR over 5Y

SCR/MUR over 5Y: show the values
PointSCR/MUR
2024-08-243.3509
2024-10-073.2179
2024-11-063.3482
2024-12-063.4022
2025-01-053.1982
2025-02-043.2645
2025-03-063.1973
2025-04-063.0121
2025-05-063.1668
2025-06-073.1531
2025-07-073.1836
2025-08-063.1739
2025-09-053.2038
2025-10-063.1264
2025-11-053.0656
2025-12-053.2980
2026-01-053.1045
2026-02-043.0702
2026-03-063.1635
2026-04-053.1644
2026-05-053.3763
2026-06-063.5151
2026-07-083.2204
2026-08-073.2373
2026-09-073.2985

High

3.5151

Low

3.0121

Average

3.2240

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/MUR API questions

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

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

How far back does SCR/MUR historical data go?

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