Skip to content

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

SAR/MNT over 1Y: show the values
PointSAR/MNT
2025-09-26956.4624
2025-10-03956.7355
2025-10-10956.2391
2025-10-17956.5602
2025-10-24956.4784
2025-10-310.1841
2025-11-070.2185
2025-11-140.2200
2025-11-21948.4416
2025-11-28947.9626
2025-12-05942.6942
2025-12-13945.5252
2025-12-20947.3073
2025-12-27948.2678
2026-01-03949.0084
2026-01-10949.0445
2026-01-17950.4571
2026-01-24950.5200
2026-01-31951.0318
2026-02-07951.6552
2026-02-14952.0406
2026-02-21952.0860
2026-02-28951.0458
2026-03-07952.2112
2026-03-14951.7865
2026-03-21951.3597
2026-03-28954.0656
2026-04-04952.9411
2026-04-11957.9407
2026-04-18953.2418
2026-04-25954.5228
2026-05-02954.7704
2026-05-09946.2898
2026-05-17954.1009
2026-05-25954.5816
2026-06-01953.9964
2026-06-10954.5267
2026-06-17954.4254
2026-06-24953.2569
2026-07-01955.3636
2026-07-08955.7177
2026-07-15956.6579
2026-07-22957.2129
2026-07-29959.0135
2026-08-05959.1419
2026-08-12959.3963
2026-08-20959.3113
2026-08-27959.4800
2026-09-03958.9246
2026-09-10958.8435
2026-09-17959.3442
2026-09-24960.0484

High

960.0484

Low

0.18406

Average

899.8473

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SAR&currencies=MNT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SAR&currencies=MNT");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SAR&currencies=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&currencies=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.