Skip to content

SCR to MNT exchange rate API

Seychelles Rupee to Tugrik · quoted 2026-09-25

251.0220

▲ +3.03% over YTD

1 SCR = 251.0220 MNT · 1 MNT = 0.003984 SCR · Get this rate via the API

1 SCR buys 251.0220 MNT as of 2026-09-25, so 1 MNT buys 0.003984 SCR. Over the year to date, SCR/MNT traded between 237.5899 and 263.1786, averaged 248.5435 and rose 3.03%. The API holds daily SCR/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/MNT over YTD

SCR/MNT over YTD: show the values
PointSCR/MNT
2025-12-31243.6351
2026-01-07254.0127
2026-01-14245.4422
2026-01-21251.6218
2026-01-28243.5291
2026-02-04238.8496
2026-02-11238.4631
2026-02-18247.7486
2026-02-25237.5899
2026-03-04260.2402
2026-03-11263.1001
2026-03-18250.3566
2026-03-25245.6103
2026-04-01240.5098
2026-04-08255.7605
2026-04-15253.3660
2026-04-22243.0115
2026-04-29263.1786
2026-05-06258.9067
2026-05-14250.4055
2026-05-21248.9491
2026-05-29251.2518
2026-06-05255.8009
2026-06-14245.6706
2026-06-21243.7379
2026-06-28240.3485
2026-07-05247.8258
2026-07-12242.3188
2026-07-19245.5253
2026-07-26247.6240
2026-08-02243.8508
2026-08-09244.3121
2026-08-16245.1700
2026-08-24247.5750
2026-08-31250.5470
2026-09-07253.3292
2026-09-14253.7741
2026-09-21249.2263

High

263.1786

Low

237.5899

Average

248.5435

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/MNT API questions

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

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

How far back does SCR/MNT historical data go?

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