Convert QAR to RUB
Qatari Rial → Russian Ruble
1 QAR = 23.355238 RUB(1 RUB = 0.0428169 QAR)
Currency converter
1 QAR =
23.3552 RUB
QAR to RUB: last 30 days
Over the last 30 days, 1 QAR traded between 23.0105 and 23.9828 RUB, averaging 23.4128 RUB. The QAR/RUB rate is down 0.54% since 2026-08-28.
- 30-day high
- 23.9828
- 2026-09-03
- 30-day low
- 23.0105
- 2026-09-22
- 30-day average
- 23.4128
- Days with data: 30
- 30-day change
- -0.54%
- since 2026-08-28
23.9828
23.01052026-08-28 → 2026-09-26
| Date | 1 QAR in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 23.3552 | 0.00% |
| 2026-09-25 | 23.3552 | +0.20% |
| 2026-09-24 | 23.3078 | +0.64% |
| 2026-09-23 | 23.1587 | +0.64% |
| 2026-09-22 | 23.0105 | -0.48% |
| 2026-09-21 | 23.1222 | +0.10% |
| 2026-09-20 | 23.1003 | -0.37% |
| 2026-09-19 | 23.186 | +0.01% |
| 2026-09-18 | 23.1842 | +0.19% |
| 2026-09-17 | 23.1399 | +0.04% |
| 2026-09-16 | 23.1313 | -0.37% |
| 2026-09-15 | 23.2174 | -0.03% |
| 2026-09-14 | 23.2236 | +0.30% |
| 2026-09-13 | 23.1551 | +0.11% |
| 2026-09-12 | 23.1294 | +0.27% |
| Date | 1 QAR in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 23.066 | -1.22% |
| 2026-09-10 | 23.3504 | -0.99% |
| 2026-09-09 | 23.5845 | -0.45% |
| 2026-09-08 | 23.6915 | -0.43% |
| 2026-09-07 | 23.7945 | +0.06% |
| 2026-09-06 | 23.7799 | +0.86% |
| 2026-09-05 | 23.5778 | -0.96% |
| 2026-09-04 | 23.8073 | -0.73% |
| 2026-09-03 | 23.9828 | +0.54% |
| 2026-09-02 | 23.853 | +0.59% |
| 2026-09-01 | 23.7141 | +0.41% |
| 2026-08-31 | 23.6183 | -0.06% |
| 2026-08-30 | 23.6317 | -0.19% |
| 2026-08-29 | 23.6757 | +0.83% |
| 2026-08-28 | 23.481 | — |
QAR to RUB conversion table
1 QAR23.3552 RUB
5 QAR116.7762 RUB
10 QAR233.5524 RUB
25 QAR583.8809 RUB
50 QAR1,167.7619 RUB
100 QAR2,335.5238 RUB
500 QAR11,677.619 RUB
1,000 QAR23,355.238 RUB
5,000 QAR116,776.19 RUB
10,000 QAR233,552.38 RUB
Get the QAR/RUB rate in your app
One GET request returns the latest QAR → 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/QAR/RUB"fetch('https://rate-api.com/api/v1/pair/QAR/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 QAR = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/QAR/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 QAR = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/QAR/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 QAR = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "QAR",
"to": "RUB"
},
"rate": 23.3552,
"timestamp": 1790432084,
"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 QARRussian Ruble → Qatari Rial0.042817Convert QAR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.