Convert RUB to QAR
Russian Ruble → Qatari Rial
1 RUB = 0.0428169 QAR(1 QAR = 23.355238 RUB)
Currency converter
1 RUB =
0.042817 QAR
RUB to QAR: last 30 days
Over the last 30 days, 1 RUB traded between 0.041697 and 0.043458 QAR, averaging 0.042718 QAR. The RUB/QAR rate is up 0.54% since 2026-08-28.
- 30-day high
- 0.043458
- 2026-09-22
- 30-day low
- 0.041697
- 2026-09-03
- 30-day average
- 0.042718
- Days with data: 30
- 30-day change
- +0.54%
- since 2026-08-28
0.043458
0.0416972026-08-28 → 2026-09-26
| Date | 1 RUB in QAR | Daily change |
|---|---|---|
| 2026-09-26 | 0.042817 | 0.00% |
| 2026-09-25 | 0.042817 | -0.20% |
| 2026-09-24 | 0.042904 | -0.64% |
| 2026-09-23 | 0.04318 | -0.64% |
| 2026-09-22 | 0.043458 | +0.49% |
| 2026-09-21 | 0.043248 | -0.09% |
| 2026-09-20 | 0.04329 | +0.37% |
| 2026-09-19 | 0.04313 | -0.01% |
| 2026-09-18 | 0.043133 | -0.19% |
| 2026-09-17 | 0.043215 | -0.04% |
| 2026-09-16 | 0.043232 | +0.37% |
| 2026-09-15 | 0.043071 | +0.03% |
| 2026-09-14 | 0.04306 | -0.30% |
| 2026-09-13 | 0.043187 | -0.11% |
| 2026-09-12 | 0.043235 | -0.27% |
| Date | 1 RUB in QAR | Daily change |
|---|---|---|
| 2026-09-11 | 0.043354 | +1.23% |
| 2026-09-10 | 0.042826 | +1.00% |
| 2026-09-09 | 0.042401 | +0.45% |
| 2026-09-08 | 0.042209 | +0.43% |
| 2026-09-07 | 0.042027 | -0.06% |
| 2026-09-06 | 0.042052 | -0.85% |
| 2026-09-05 | 0.042413 | +0.97% |
| 2026-09-04 | 0.042004 | +0.74% |
| 2026-09-03 | 0.041697 | -0.54% |
| 2026-09-02 | 0.041924 | -0.58% |
| 2026-09-01 | 0.042169 | -0.40% |
| 2026-08-31 | 0.04234 | +0.06% |
| 2026-08-30 | 0.042316 | +0.19% |
| 2026-08-29 | 0.042237 | -0.82% |
| 2026-08-28 | 0.042588 | — |
RUB to QAR conversion table
1 RUB0.042817 QAR
5 RUB0.21408 QAR
10 RUB0.42817 QAR
25 RUB1.0704 QAR
50 RUB2.1408 QAR
100 RUB4.2817 QAR
500 RUB21.4085 QAR
1,000 RUB42.8169 QAR
5,000 RUB214.0847 QAR
10,000 RUB428.1695 QAR
Get the RUB/QAR rate in your app
One GET request returns the latest RUB → QAR 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/QAR"fetch('https://rate-api.com/api/v1/pair/RUB/QAR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} QAR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/QAR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} QAR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/QAR');
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']} QAR\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "QAR"
},
"rate": 0.0428,
"timestamp": 1790439649,
"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
QAR to RUBQatari Rial → Russian Ruble23.3552Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.