SAR to MNT exchange rate API
Saudi Riyal to Tugrik · quoted 2026-09-26
959.2481
▼ +0.02% over 30D
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 30 days, SAR/MNT traded between 958.4869 and 969.2911, averaged 959.6810 and fell 0.02%. 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 30D: show the values
| Point | SAR/MNT |
|---|---|
| 2026-08-27 | 959.4800 |
| 2026-08-28 | 960.1349 |
| 2026-08-29 | 959.1980 |
| 2026-08-30 | 958.8423 |
| 2026-08-31 | 959.0439 |
| 2026-09-01 | 959.4144 |
| 2026-09-02 | 959.3852 |
| 2026-09-03 | 958.9246 |
| 2026-09-04 | 959.7760 |
| 2026-09-05 | 958.4869 |
| 2026-09-06 | 958.9884 |
| 2026-09-07 | 959.7271 |
| 2026-09-08 | 959.4879 |
| 2026-09-09 | 959.4494 |
| 2026-09-10 | 958.8435 |
| 2026-09-11 | 959.5940 |
| 2026-09-12 | 959.3778 |
| 2026-09-13 | 959.1431 |
| 2026-09-14 | 959.5703 |
| 2026-09-15 | 959.1087 |
| 2026-09-16 | 959.7469 |
| 2026-09-17 | 959.3442 |
| 2026-09-18 | 969.2911 |
| 2026-09-19 | 959.5508 |
| 2026-09-20 | 958.8517 |
| 2026-09-21 | 960.0506 |
| 2026-09-22 | 959.6009 |
| 2026-09-23 | 959.3833 |
| 2026-09-24 | 960.0484 |
| 2026-09-25 | 959.4508 |
| 2026-09-26 | 959.2481 |
High
969.2911
Low
958.4869
Average
959.6810
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.