Convert SAR to RUB
Saudi Riyal → Russian Ruble
1 SAR = 22.670151 RUB(1 RUB = 0.0441109 SAR)
Currency converter
1 SAR =
22.6702 RUB
SAR to RUB: last 30 days
Over the last 30 days, 1 SAR traded between 22.3355 and 23.2793 RUB, averaging 22.7344 RUB. The SAR/RUB rate is down 0.54% since 2026-08-28.
- 30-day high
- 23.2793
- 2026-09-03
- 30-day low
- 22.3355
- 2026-09-22
- 30-day average
- 22.7344
- Days with data: 30
- 30-day change
- -0.54%
- since 2026-08-28
23.2793
22.33552026-08-28 → 2026-09-26
| Date | 1 SAR in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 22.6702 | 0.00% |
| 2026-09-25 | 22.6702 | +0.20% |
| 2026-09-24 | 22.6241 | +0.64% |
| 2026-09-23 | 22.4793 | +0.64% |
| 2026-09-22 | 22.3355 | -0.48% |
| 2026-09-21 | 22.444 | +0.10% |
| 2026-09-20 | 22.4227 | -0.37% |
| 2026-09-19 | 22.5058 | -1.10% |
| 2026-09-18 | 22.7554 | +1.31% |
| 2026-09-17 | 22.4611 | +0.04% |
| 2026-09-16 | 22.4527 | -0.37% |
| 2026-09-15 | 22.5364 | -0.03% |
| 2026-09-14 | 22.5424 | +0.30% |
| 2026-09-13 | 22.4759 | +0.11% |
| 2026-09-12 | 22.4509 | +0.27% |
| Date | 1 SAR in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 22.3894 | -1.22% |
| 2026-09-10 | 22.6655 | -0.99% |
| 2026-09-09 | 22.8927 | -0.45% |
| 2026-09-08 | 22.9966 | -0.43% |
| 2026-09-07 | 23.0965 | +0.06% |
| 2026-09-06 | 23.0823 | +0.86% |
| 2026-09-05 | 22.8862 | -0.96% |
| 2026-09-04 | 23.1089 | -0.73% |
| 2026-09-03 | 23.2793 | +0.54% |
| 2026-09-02 | 23.1533 | +0.59% |
| 2026-09-01 | 23.0185 | +0.41% |
| 2026-08-31 | 22.9254 | -0.06% |
| 2026-08-30 | 22.9385 | -0.19% |
| 2026-08-29 | 22.9812 | +0.83% |
| 2026-08-28 | 22.7922 | — |
SAR to RUB conversion table
1 SAR22.6702 RUB
5 SAR113.3508 RUB
10 SAR226.7015 RUB
25 SAR566.7538 RUB
50 SAR1,133.5075 RUB
100 SAR2,267.0151 RUB
500 SAR11,335.075 RUB
1,000 SAR22,670.151 RUB
5,000 SAR113,350.75 RUB
10,000 SAR226,701.51 RUB
Get the SAR/RUB rate in your app
One GET request returns the latest SAR → RUB rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/SAR/RUB"fetch('https://rate-api.com/api/v1/pair/SAR/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SAR = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SAR/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SAR = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SAR/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SAR = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "SAR",
"to": "RUB"
},
"rate": 22.6702,
"timestamp": 1790432069,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
RUB to SARRussian Ruble → Saudi Riyal0.044111Convert SAR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.