Skip to content

MOP to SCR exchange rate API

Pataca to Seychelles Rupee · quoted 2026-09-24

1.7576

▼ +4.50% over 1Y

1 MOP = 1.7576 SCR · 1 SCR = 0.56895 MOP · Get this rate via the API

1 MOP buys 1.7576 SCR as of 2026-09-24, so 1 SCR buys 0.56895 MOP. Over the last year, MOP/SCR traded between 1.6767 and 1.8877, averaged 1.7740 and fell 4.50%. The API holds daily MOP/SCR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MOP/SCR over 1Y

MOP/SCR over 1Y: show the values
PointMOP/SCR
2025-09-241.8405
2025-10-011.8258
2025-10-081.8150
2025-10-151.7004
2025-10-221.8035
2025-10-291.8002
2025-11-051.8693
2025-11-121.7708
2025-11-191.7617
2025-11-261.7747
2025-12-031.7928
2025-12-111.7740
2025-12-181.8262
2025-12-251.8052
2026-01-011.8877
2026-01-081.7337
2026-01-151.7819
2026-01-221.7848
2026-01-291.7729
2026-02-051.8225
2026-02-121.7015
2026-02-191.6978
2026-02-261.7137
2026-03-051.8246
2026-03-121.8370
2026-03-191.8805
2026-03-261.7278
2026-04-021.8021
2026-04-091.7622
2026-04-161.7862
2026-04-231.6919
2026-04-301.7056
2026-05-071.7270
2026-05-151.6949
2026-05-231.7050
2026-05-301.7994
2026-06-061.6767
2026-06-151.7779
2026-06-221.7803
2026-06-291.7978
2026-07-061.7689
2026-07-131.8129
2026-07-201.7347
2026-07-271.7461
2026-08-031.7825
2026-08-101.7975
2026-08-171.7593
2026-08-251.7737
2026-09-011.7565
2026-09-081.7632
2026-09-151.7508
2026-09-221.7829

High

1.8877

Low

1.6767

Average

1.7740

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MOP/SCR API questions

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

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

How far back does MOP/SCR historical data go?

Daily MOP/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 MOP/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.