Convert RUB to RWF
Russian Ruble → Rwandan Franc
1 RUB = 17.360494 RWF(1 RWF = 0.057602 RUB)
Currency converter
1 RUB =
17.3605 RWF
RUB to RWF: last 30 days
Over the last 30 days, 1 RUB traded between 16.8644 and 17.5696 RWF, averaging 17.2763 RWF. The RUB/RWF rate is up 0.93% since 2026-08-28.
- 30-day high
- 17.5696
- 2026-09-22
- 30-day low
- 16.8644
- 2026-09-03
- 30-day average
- 17.2763
- Days with data: 30
- 30-day change
- +0.93%
- since 2026-08-28
17.5696
16.86442026-08-28 → 2026-09-26
| Date | 1 RUB in RWF | Daily change |
|---|---|---|
| 2026-09-26 | 17.3605 | 0.00% |
| 2026-09-25 | 17.3605 | -0.51% |
| 2026-09-24 | 17.4488 | -0.27% |
| 2026-09-23 | 17.4958 | -0.42% |
| 2026-09-22 | 17.5696 | +0.78% |
| 2026-09-21 | 17.4337 | -0.53% |
| 2026-09-20 | 17.5265 | +1.22% |
| 2026-09-19 | 17.3152 | -0.83% |
| 2026-09-18 | 17.4598 | -0.01% |
| 2026-09-17 | 17.461 | -0.16% |
| 2026-09-16 | 17.4893 | +0.35% |
| 2026-09-15 | 17.4289 | +0.16% |
| 2026-09-14 | 17.4015 | -0.40% |
| 2026-09-13 | 17.4717 | +0.27% |
| 2026-09-12 | 17.4247 | -0.81% |
| Date | 1 RUB in RWF | Daily change |
|---|---|---|
| 2026-09-11 | 17.5678 | +1.32% |
| 2026-09-10 | 17.339 | +1.21% |
| 2026-09-09 | 17.1311 | +0.32% |
| 2026-09-08 | 17.0773 | +0.47% |
| 2026-09-07 | 16.9977 | -0.11% |
| 2026-09-06 | 17.0168 | -0.70% |
| 2026-09-05 | 17.1376 | +0.92% |
| 2026-09-04 | 16.9812 | +0.69% |
| 2026-09-03 | 16.8644 | -0.68% |
| 2026-09-02 | 16.9798 | -0.47% |
| 2026-09-01 | 17.0602 | -0.29% |
| 2026-08-31 | 17.1091 | +0.04% |
| 2026-08-30 | 17.1022 | +0.15% |
| 2026-08-29 | 17.0767 | -0.72% |
| 2026-08-28 | 17.2008 | — |
RUB to RWF conversion table
1 RUB17.3605 RWF
5 RUB86.8025 RWF
10 RUB173.6049 RWF
25 RUB434.0124 RWF
50 RUB868.0247 RWF
100 RUB1,736.0494 RWF
500 RUB8,680.2469 RWF
1,000 RUB17,360.494 RWF
5,000 RUB86,802.469 RWF
10,000 RUB173,604.94 RWF
Get the RUB/RWF rate in your app
One GET request returns the latest RUB → RWF 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/RWF"fetch('https://rate-api.com/api/v1/pair/RUB/RWF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} RWF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/RWF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} RWF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/RWF');
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']} RWF\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "RWF"
},
"rate": 17.3605,
"timestamp": 1790429300,
"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
RWF to RUBRwandan Franc → Russian Ruble0.057602Convert RUB to other currencies
Convert other currencies to RWF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.