Skip to content

SAR to UYU exchange rate API

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

10.6845

▲ +2.40% over YTD

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 year to date, SAR/UYU traded between 10.0108 and 10.8065, averaged 10.5913 and rose 2.40%. 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 YTD

SAR/UYU over YTD: show the values
PointSAR/UYU
2025-12-3110.4340
2026-01-0710.3575
2026-01-1410.3463
2026-01-2110.2057
2026-01-2810.0108
2026-02-0410.2159
2026-02-1110.2008
2026-02-1810.3220
2026-02-2510.2721
2026-03-0410.2120
2026-03-1110.7196
2026-03-1810.7740
2026-03-2510.8065
2026-04-0110.8016
2026-04-0810.7004
2026-04-1510.7044
2026-04-2210.5733
2026-04-2910.4943
2026-05-0610.7079
2026-05-1410.6203
2026-05-2110.7536
2026-05-2910.6466
2026-06-0510.7305
2026-06-1410.7542
2026-06-2110.6767
2026-06-2810.6784
2026-07-0510.7115
2026-07-1210.7149
2026-07-1910.7137
2026-07-2610.6874
2026-08-0210.7256
2026-08-0910.7043
2026-08-1610.7413
2026-08-2410.7027
2026-08-3110.7921
2026-09-0710.7341
2026-09-1410.7129
2026-09-2110.7152

High

10.8065

Low

10.0108

Average

10.5913

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.