SAR to MNT exchange rate API
Saudi Riyal to Tugrik · quoted 2026-09-26
959.2481
▲ +0.29% over 1Y
1 SAR = 959.2481 MNT · 1 MNT = 0.001042 SAR · Get this rate via the API
1 SAR buys 959.2481 MNT as of 2026-09-26, so 1 MNT buys 0.001042 SAR. Over the last year, SAR/MNT traded between 0.18406 and 960.0484, averaged 899.8473 and rose 0.29%. The API holds daily SAR/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SAR/MNT over 1Y: show the values
| Point | SAR/MNT |
|---|---|
| 2025-09-26 | 956.4624 |
| 2025-10-03 | 956.7355 |
| 2025-10-10 | 956.2391 |
| 2025-10-17 | 956.5602 |
| 2025-10-24 | 956.4784 |
| 2025-10-31 | 0.1841 |
| 2025-11-07 | 0.2185 |
| 2025-11-14 | 0.2200 |
| 2025-11-21 | 948.4416 |
| 2025-11-28 | 947.9626 |
| 2025-12-05 | 942.6942 |
| 2025-12-13 | 945.5252 |
| 2025-12-20 | 947.3073 |
| 2025-12-27 | 948.2678 |
| 2026-01-03 | 949.0084 |
| 2026-01-10 | 949.0445 |
| 2026-01-17 | 950.4571 |
| 2026-01-24 | 950.5200 |
| 2026-01-31 | 951.0318 |
| 2026-02-07 | 951.6552 |
| 2026-02-14 | 952.0406 |
| 2026-02-21 | 952.0860 |
| 2026-02-28 | 951.0458 |
| 2026-03-07 | 952.2112 |
| 2026-03-14 | 951.7865 |
| 2026-03-21 | 951.3597 |
| 2026-03-28 | 954.0656 |
| 2026-04-04 | 952.9411 |
| 2026-04-11 | 957.9407 |
| 2026-04-18 | 953.2418 |
| 2026-04-25 | 954.5228 |
| 2026-05-02 | 954.7704 |
| 2026-05-09 | 946.2898 |
| 2026-05-17 | 954.1009 |
| 2026-05-25 | 954.5816 |
| 2026-06-01 | 953.9964 |
| 2026-06-10 | 954.5267 |
| 2026-06-17 | 954.4254 |
| 2026-06-24 | 953.2569 |
| 2026-07-01 | 955.3636 |
| 2026-07-08 | 955.7177 |
| 2026-07-15 | 956.6579 |
| 2026-07-22 | 957.2129 |
| 2026-07-29 | 959.0135 |
| 2026-08-05 | 959.1419 |
| 2026-08-12 | 959.3963 |
| 2026-08-20 | 959.3113 |
| 2026-08-27 | 959.4800 |
| 2026-09-03 | 958.9246 |
| 2026-09-10 | 958.8435 |
| 2026-09-17 | 959.3442 |
| 2026-09-24 | 960.0484 |
High
960.0484
Low
0.18406
Average
899.8473
Get this rate via the API
One GET request returns the SAR/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=SAR¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SAR¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SAR¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
SAR/MNT API questions
How do I get the SAR/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SAR¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SAR/MNT rate in rates.MNT.
How far back does SAR/MNT historical data go?
Daily SAR/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 SAR/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.