Convert RUB to CDF
Russian Ruble → Congolese Franc
1 RUB = 27.174957 CDF(1 CDF = 0.0367986 RUB)
Currency converter
1 RUB =
27.175 CDF
RUB to CDF: last 30 days
Over the last 30 days, 1 RUB traded between 26.1942 and 27.572 CDF, averaging 26.9626 CDF. The RUB/CDF rate is up 1.21% since 2026-08-28.
- 30-day high
- 27.572
- 2026-09-22
- 30-day low
- 26.1942
- 2026-09-06
- 30-day average
- 26.9626
- Days with data: 30
- 30-day change
- +1.21%
- since 2026-08-28
27.572
26.19422026-08-28 → 2026-09-26
| Date | 1 RUB in CDF | Daily change |
|---|---|---|
| 2026-09-26 | 27.175 | 0.00% |
| 2026-09-25 | 27.175 | -0.20% |
| 2026-09-24 | 27.2305 | -0.64% |
| 2026-09-23 | 27.4059 | -0.60% |
| 2026-09-22 | 27.572 | +0.45% |
| 2026-09-21 | 27.4491 | +0.99% |
| 2026-09-20 | 27.1789 | -0.39% |
| 2026-09-19 | 27.2858 | -0.23% |
| 2026-09-18 | 27.3492 | -0.08% |
| 2026-09-17 | 27.3724 | -0.24% |
| 2026-09-16 | 27.4384 | +0.46% |
| 2026-09-15 | 27.3116 | +0.02% |
| 2026-09-14 | 27.3069 | +1.50% |
| 2026-09-13 | 26.9044 | -0.17% |
| 2026-09-12 | 26.95 | -1.99% |
| Date | 1 RUB in CDF | Daily change |
|---|---|---|
| 2026-09-11 | 27.4981 | +1.26% |
| 2026-09-10 | 27.1573 | +1.12% |
| 2026-09-09 | 26.8577 | +0.41% |
| 2026-09-08 | 26.7489 | +0.66% |
| 2026-09-07 | 26.5726 | +1.44% |
| 2026-09-06 | 26.1942 | -1.36% |
| 2026-09-05 | 26.5548 | -0.02% |
| 2026-09-04 | 26.5605 | +1.09% |
| 2026-09-03 | 26.2731 | -0.58% |
| 2026-09-02 | 26.4257 | -0.61% |
| 2026-09-01 | 26.5873 | +0.55% |
| 2026-08-31 | 26.4416 | -0.10% |
| 2026-08-30 | 26.4692 | -0.42% |
| 2026-08-29 | 26.5799 | -1.01% |
| 2026-08-28 | 26.8512 | — |
RUB to CDF conversion table
1 RUB27.175 CDF
5 RUB135.8748 CDF
10 RUB271.7496 CDF
25 RUB679.3739 CDF
50 RUB1,358.7478 CDF
100 RUB2,717.4957 CDF
500 RUB13,587.478 CDF
1,000 RUB27,174.957 CDF
5,000 RUB135,874.78 CDF
10,000 RUB271,749.57 CDF
Get the RUB/CDF rate in your app
One GET request returns the latest RUB → CDF 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/CDF"fetch('https://rate-api.com/api/v1/pair/RUB/CDF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} CDF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/CDF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} CDF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/CDF');
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']} CDF\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "CDF"
},
"rate": 27.175,
"timestamp": 1790429273,
"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
CDF to RUBCongolese Franc → Russian Ruble0.036799Convert RUB to other currencies
Convert other currencies to CDF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.