Skip to content

SAR to UYU exchange rate API

Saudi Riyal to Peso Uruguayo · quoted 2026-09-26

10.6845

▲ +0.01% over 1Y

1 SAR = 10.6845 UYU · 1 UYU = 0.09359 SAR · Get this rate via the API

1 SAR buys 10.6845 UYU as of 2026-09-26, so 1 UYU buys 0.09359 SAR. Over the last year, SAR/UYU traded between 10.1170 and 10.7917, averaged 10.5987 and rose 0.01%. The API holds daily SAR/UYU rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SAR/UYU over 1Y

SAR/UYU over 1Y: show the values
PointSAR/UYU
2025-09-2610.6834
2025-10-0310.6135
2025-10-1010.6720
2025-10-1710.6324
2025-10-2410.5640
2025-10-3110.6118
2025-11-0710.5898
2025-11-1410.5724
2025-11-2110.5777
2025-11-2810.5692
2025-12-0510.3978
2025-12-1310.4711
2025-12-2010.4518
2025-12-2710.4230
2026-01-0310.4214
2026-01-1010.3862
2026-01-1710.3212
2026-01-2410.2345
2026-01-3110.1170
2026-02-0710.2757
2026-02-1410.2799
2026-02-2110.3484
2026-02-2810.2370
2026-03-0710.7233
2026-03-1410.7368
2026-03-2110.7411
2026-03-2810.7882
2026-04-0410.7590
2026-04-1110.7466
2026-04-1810.6050
2026-04-2510.5582
2026-05-0210.6373
2026-05-0910.5444
2026-05-1710.7255
2026-05-2510.6776
2026-06-0110.6980
2026-06-1010.7917
2026-06-1710.7719
2026-06-2410.6875
2026-07-0110.6975
2026-07-0810.7575
2026-07-1510.6892
2026-07-2210.7306
2026-07-2910.7121
2026-08-0510.7274
2026-08-1210.7335
2026-08-2010.6694
2026-08-2710.7222
2026-09-0310.7229
2026-09-1010.7295
2026-09-1710.7840
2026-09-2410.7265

High

10.7917

Low

10.1170

Average

10.5987

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SAR/UYU API questions

How do I get the SAR/UYU exchange rate from an API?

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

How far back does SAR/UYU historical data go?

Daily SAR/UYU 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/UYU 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.