Skip to content

MNT to SCR exchange rate API

Tugrik to Seychelles Rupee · quoted 2026-09-26

0.003856

▼ +6.41% over 1Y

1 MNT = 0.003856 SCR · 1 SCR = 259.3361 MNT · Get this rate via the API

1 MNT buys 0.003856 SCR as of 2026-09-26, so 1 SCR buys 259.3361 MNT. Over the last year, MNT/SCR traded between 0.003752 and 21.4415, averaged 1.0701 and fell 6.41%. The API holds daily MNT/SCR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MNT/SCR over 1Y

MNT/SCR over 1Y: show the values
PointMNT/SCR
2025-09-260.004120
2025-10-030.004028
2025-10-100.004075
2025-10-170.003986
2025-10-240.003854
2025-10-3121.441543
2025-11-0717.688143
2025-11-1417.387371
2025-11-210.003996
2025-11-280.003752
2025-12-050.003935
2025-12-130.004146
2025-12-200.003926
2025-12-270.004141
2026-01-030.004241
2026-01-100.004066
2026-01-170.003762
2026-01-240.004154
2026-01-310.004155
2026-02-070.004099
2026-02-140.003813
2026-02-210.004100
2026-02-280.004106
2026-03-070.004119
2026-03-140.004047
2026-03-210.004154
2026-03-280.004030
2026-04-040.004111
2026-04-110.003903
2026-04-180.003975
2026-04-250.004133
2026-05-020.004091
2026-05-090.003900
2026-05-170.004141
2026-05-250.004006
2026-06-010.003984
2026-06-100.003869
2026-06-170.004037
2026-06-240.004085
2026-07-010.003922
2026-07-080.004078
2026-07-150.003842
2026-07-220.004014
2026-07-290.004034
2026-08-050.003853
2026-08-120.003947
2026-08-200.004032
2026-08-270.003953
2026-09-030.003991
2026-09-100.003961
2026-09-170.004012
2026-09-240.003943

High

21.4415

Low

0.003752

Average

1.0701

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MNT/SCR API questions

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

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

How far back does MNT/SCR historical data go?

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