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: show the values
| Point | SAR/UYU |
|---|---|
| 2025-09-26 | 10.6834 |
| 2025-10-03 | 10.6135 |
| 2025-10-10 | 10.6720 |
| 2025-10-17 | 10.6324 |
| 2025-10-24 | 10.5640 |
| 2025-10-31 | 10.6118 |
| 2025-11-07 | 10.5898 |
| 2025-11-14 | 10.5724 |
| 2025-11-21 | 10.5777 |
| 2025-11-28 | 10.5692 |
| 2025-12-05 | 10.3978 |
| 2025-12-13 | 10.4711 |
| 2025-12-20 | 10.4518 |
| 2025-12-27 | 10.4230 |
| 2026-01-03 | 10.4214 |
| 2026-01-10 | 10.3862 |
| 2026-01-17 | 10.3212 |
| 2026-01-24 | 10.2345 |
| 2026-01-31 | 10.1170 |
| 2026-02-07 | 10.2757 |
| 2026-02-14 | 10.2799 |
| 2026-02-21 | 10.3484 |
| 2026-02-28 | 10.2370 |
| 2026-03-07 | 10.7233 |
| 2026-03-14 | 10.7368 |
| 2026-03-21 | 10.7411 |
| 2026-03-28 | 10.7882 |
| 2026-04-04 | 10.7590 |
| 2026-04-11 | 10.7466 |
| 2026-04-18 | 10.6050 |
| 2026-04-25 | 10.5582 |
| 2026-05-02 | 10.6373 |
| 2026-05-09 | 10.5444 |
| 2026-05-17 | 10.7255 |
| 2026-05-25 | 10.6776 |
| 2026-06-01 | 10.6980 |
| 2026-06-10 | 10.7917 |
| 2026-06-17 | 10.7719 |
| 2026-06-24 | 10.6875 |
| 2026-07-01 | 10.6975 |
| 2026-07-08 | 10.7575 |
| 2026-07-15 | 10.6892 |
| 2026-07-22 | 10.7306 |
| 2026-07-29 | 10.7121 |
| 2026-08-05 | 10.7274 |
| 2026-08-12 | 10.7335 |
| 2026-08-20 | 10.6694 |
| 2026-08-27 | 10.7222 |
| 2026-09-03 | 10.7229 |
| 2026-09-10 | 10.7295 |
| 2026-09-17 | 10.7840 |
| 2026-09-24 | 10.7265 |
High
10.7917
Low
10.1170
Average
10.5987
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SAR¤cies=UYU"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SAR¤cies=UYU");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SAR¤cies=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¤cies=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.