Convert RUB to SAR
Russian Ruble → Saudi Riyal
1 RUB = 0.0441109 SAR(1 SAR = 22.670151 RUB)
Currency converter
1 RUB =
0.044111 SAR
RUB to SAR: last 30 days
Over the last 30 days, 1 RUB traded between 0.042957 and 0.044772 SAR, averaging 0.043992 SAR. The RUB/SAR rate is up 0.54% since 2026-08-28.
- 30-day high
- 0.044772
- 2026-09-22
- 30-day low
- 0.042957
- 2026-09-03
- 30-day average
- 0.043992
- Days with data: 30
- 30-day change
- +0.54%
- since 2026-08-28
0.044772
0.0429572026-08-28 → 2026-09-26
| Date | 1 RUB in SAR | Daily change |
|---|---|---|
| 2026-09-26 | 0.044111 | 0.00% |
| 2026-09-25 | 0.044111 | -0.20% |
| 2026-09-24 | 0.044201 | -0.64% |
| 2026-09-23 | 0.044485 | -0.64% |
| 2026-09-22 | 0.044772 | +0.49% |
| 2026-09-21 | 0.044555 | -0.09% |
| 2026-09-20 | 0.044598 | +0.37% |
| 2026-09-19 | 0.044433 | +1.11% |
| 2026-09-18 | 0.043946 | -1.29% |
| 2026-09-17 | 0.044521 | -0.04% |
| 2026-09-16 | 0.044538 | +0.37% |
| 2026-09-15 | 0.044373 | +0.03% |
| 2026-09-14 | 0.044361 | -0.30% |
| 2026-09-13 | 0.044492 | -0.11% |
| 2026-09-12 | 0.044542 | -0.27% |
| Date | 1 RUB in SAR | Daily change |
|---|---|---|
| 2026-09-11 | 0.044664 | +1.23% |
| 2026-09-10 | 0.04412 | +1.00% |
| 2026-09-09 | 0.043682 | +0.45% |
| 2026-09-08 | 0.043485 | +0.43% |
| 2026-09-07 | 0.043297 | -0.06% |
| 2026-09-06 | 0.043323 | -0.85% |
| 2026-09-05 | 0.043694 | +0.97% |
| 2026-09-04 | 0.043273 | +0.74% |
| 2026-09-03 | 0.042957 | -0.54% |
| 2026-09-02 | 0.04319 | -0.58% |
| 2026-09-01 | 0.043443 | -0.40% |
| 2026-08-31 | 0.04362 | +0.06% |
| 2026-08-30 | 0.043595 | +0.19% |
| 2026-08-29 | 0.043514 | -0.82% |
| 2026-08-28 | 0.043875 | — |
RUB to SAR conversion table
1 RUB0.044111 SAR
5 RUB0.22055 SAR
10 RUB0.44111 SAR
25 RUB1.1028 SAR
50 RUB2.2055 SAR
100 RUB4.4111 SAR
500 RUB22.0554 SAR
1,000 RUB44.1109 SAR
5,000 RUB220.5543 SAR
10,000 RUB441.1087 SAR
Get the RUB/SAR rate in your app
One GET request returns the latest RUB → SAR 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/RUB/SAR"fetch('https://rate-api.com/api/v1/pair/RUB/SAR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} SAR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/SAR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} SAR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/SAR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RUB = {$data['rate']} SAR\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "SAR"
},
"rate": 0.0441,
"timestamp": 1790439646,
"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
SAR to RUBSaudi Riyal → Russian Ruble22.6702Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.