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: show the values
| Point | SCR/MNT |
|---|---|
| 2025-12-31 | 243.6351 |
| 2026-01-07 | 254.0127 |
| 2026-01-14 | 245.4422 |
| 2026-01-21 | 251.6218 |
| 2026-01-28 | 243.5291 |
| 2026-02-04 | 238.8496 |
| 2026-02-11 | 238.4631 |
| 2026-02-18 | 247.7486 |
| 2026-02-25 | 237.5899 |
| 2026-03-04 | 260.2402 |
| 2026-03-11 | 263.1001 |
| 2026-03-18 | 250.3566 |
| 2026-03-25 | 245.6103 |
| 2026-04-01 | 240.5098 |
| 2026-04-08 | 255.7605 |
| 2026-04-15 | 253.3660 |
| 2026-04-22 | 243.0115 |
| 2026-04-29 | 263.1786 |
| 2026-05-06 | 258.9067 |
| 2026-05-14 | 250.4055 |
| 2026-05-21 | 248.9491 |
| 2026-05-29 | 251.2518 |
| 2026-06-05 | 255.8009 |
| 2026-06-14 | 245.6706 |
| 2026-06-21 | 243.7379 |
| 2026-06-28 | 240.3485 |
| 2026-07-05 | 247.8258 |
| 2026-07-12 | 242.3188 |
| 2026-07-19 | 245.5253 |
| 2026-07-26 | 247.6240 |
| 2026-08-02 | 243.8508 |
| 2026-08-09 | 244.3121 |
| 2026-08-16 | 245.1700 |
| 2026-08-24 | 247.5750 |
| 2026-08-31 | 250.5470 |
| 2026-09-07 | 253.3292 |
| 2026-09-14 | 253.7741 |
| 2026-09-21 | 249.2263 |
High
263.1786
Low
237.5899
Average
248.5435
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.