SCR to MNT exchange rate API
Seychelles Rupee to Tugrik · quoted 2026-09-24
253.5710
▲ +3.88% over 1Y
1 SCR = 253.5710 MNT · 1 MNT = 0.003944 SCR · Get this rate via the API
1 SCR buys 253.5710 MNT as of 2026-09-24, so 1 MNT buys 0.003944 SCR. Over the last year, SCR/MNT traded between 0.04346 and 264.4549, averaged 236.8384 and rose 3.88%. 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 1Y: show the values
| Point | SCR/MNT |
|---|---|
| 2025-09-24 | 244.0994 |
| 2025-10-01 | 245.6331 |
| 2025-10-08 | 247.1895 |
| 2025-10-15 | 264.0940 |
| 2025-10-22 | 248.8983 |
| 2025-10-29 | 0.0435 |
| 2025-11-05 | 0.0549 |
| 2025-11-12 | 0.0566 |
| 2025-11-19 | 252.6443 |
| 2025-11-26 | 250.5876 |
| 2025-12-03 | 247.0557 |
| 2025-12-11 | 249.6187 |
| 2025-12-18 | 242.4344 |
| 2025-12-25 | 246.0196 |
| 2026-01-01 | 235.3352 |
| 2026-01-08 | 254.9992 |
| 2026-01-15 | 249.0623 |
| 2026-01-22 | 248.7408 |
| 2026-01-29 | 250.4849 |
| 2026-02-05 | 243.4243 |
| 2026-02-12 | 259.8820 |
| 2026-02-19 | 261.1899 |
| 2026-02-26 | 258.7098 |
| 2026-03-05 | 243.9362 |
| 2026-03-12 | 241.0270 |
| 2026-03-19 | 235.0847 |
| 2026-03-26 | 257.6279 |
| 2026-04-02 | 245.6145 |
| 2026-04-09 | 251.6453 |
| 2026-04-16 | 248.7183 |
| 2026-04-23 | 261.3422 |
| 2026-04-30 | 259.8497 |
| 2026-05-07 | 256.7393 |
| 2026-05-15 | 261.7629 |
| 2026-05-23 | 260.1888 |
| 2026-05-30 | 246.3358 |
| 2026-06-06 | 264.4549 |
| 2026-06-15 | 249.3928 |
| 2026-06-22 | 248.9055 |
| 2026-06-29 | 246.7532 |
| 2026-07-06 | 250.8181 |
| 2026-07-13 | 245.0236 |
| 2026-07-20 | 256.0987 |
| 2026-07-27 | 254.8933 |
| 2026-08-03 | 249.8322 |
| 2026-08-10 | 247.6737 |
| 2026-08-17 | 253.0338 |
| 2026-08-25 | 251.4288 |
| 2026-09-01 | 253.6703 |
| 2026-09-08 | 252.6863 |
| 2026-09-15 | 254.2730 |
| 2026-09-22 | 249.7963 |
High
264.4549
Low
0.04346
Average
236.8384
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.