Skip to content

SCR to MZN exchange rate API

Seychelles Rupee to Mozambique Metical · quoted 2026-09-24

4.4956

▲ +1.44% over 6M

1 SCR = 4.4956 MZN · 1 MZN = 0.22244 SCR · Get this rate via the API

1 SCR buys 4.4956 MZN as of 2026-09-24, so 1 MZN buys 0.22244 SCR. Over the last 6 months, SCR/MZN traded between 4.3069 and 4.6297, averaged 4.4589 and rose 1.44%. The API holds daily SCR/MZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/MZN over 6M

SCR/MZN over 6M: show the values
PointSCR/MZN
2026-03-284.4320
2026-04-044.3276
2026-04-114.5579
2026-04-184.4988
2026-04-254.3188
2026-05-024.3619
2026-05-094.5786
2026-05-174.3069
2026-05-254.4496
2026-06-014.4762
2026-06-104.6104
2026-06-174.4196
2026-06-244.3588
2026-07-014.5450
2026-07-084.3667
2026-07-154.6297
2026-07-224.4242
2026-07-294.3993
2026-08-054.6056
2026-08-124.4940
2026-08-204.3993
2026-08-274.4959
2026-09-034.4445
2026-09-104.4800
2026-09-174.4175
2026-09-244.4956

High

4.6297

Low

4.3069

Average

4.4589

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/MZN API questions

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

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

How far back does SCR/MZN historical data go?

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