Convert CDF to RUB
Congolese Franc → Russian Ruble
1 CDF = 0.0367986 RUB(1 RUB = 27.174957 CDF)
Currency converter
1 CDF =
0.036799 RUB
CDF to RUB: last 30 days
Over the last 30 days, 1 CDF traded between 0.036269 and 0.038176 RUB, averaging 0.037097 RUB. The CDF/RUB rate is down 1.19% since 2026-08-28.
- 30-day high
- 0.038176
- 2026-09-06
- 30-day low
- 0.036269
- 2026-09-22
- 30-day average
- 0.037097
- Days with data: 30
- 30-day change
- -1.19%
- since 2026-08-28
0.038176
0.0362692026-08-28 → 2026-09-26
| Date | 1 CDF in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.036799 | 0.00% |
| 2026-09-25 | 0.036799 | +0.20% |
| 2026-09-24 | 0.036724 | +0.64% |
| 2026-09-23 | 0.036488 | +0.61% |
| 2026-09-22 | 0.036269 | -0.45% |
| 2026-09-21 | 0.036431 | -0.98% |
| 2026-09-20 | 0.036793 | +0.39% |
| 2026-09-19 | 0.036649 | +0.23% |
| 2026-09-18 | 0.036564 | +0.08% |
| 2026-09-17 | 0.036533 | +0.24% |
| 2026-09-16 | 0.036445 | -0.46% |
| 2026-09-15 | 0.036615 | -0.02% |
| 2026-09-14 | 0.036621 | -1.47% |
| 2026-09-13 | 0.037169 | +0.17% |
| 2026-09-12 | 0.037106 | +2.03% |
| Date | 1 CDF in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.036366 | -1.24% |
| 2026-09-10 | 0.036823 | -1.10% |
| 2026-09-09 | 0.037233 | -0.40% |
| 2026-09-08 | 0.037385 | -0.66% |
| 2026-09-07 | 0.037633 | -1.42% |
| 2026-09-06 | 0.038176 | +1.38% |
| 2026-09-05 | 0.037658 | +0.02% |
| 2026-09-04 | 0.03765 | -1.08% |
| 2026-09-03 | 0.038062 | +0.58% |
| 2026-09-02 | 0.037842 | +0.61% |
| 2026-09-01 | 0.037612 | -0.55% |
| 2026-08-31 | 0.037819 | +0.10% |
| 2026-08-30 | 0.03778 | +0.42% |
| 2026-08-29 | 0.037622 | +1.02% |
| 2026-08-28 | 0.037242 | — |
CDF to RUB conversion table
1 CDF0.036799 RUB
5 CDF0.18399 RUB
10 CDF0.36799 RUB
25 CDF0.91996 RUB
50 CDF1.8399 RUB
100 CDF3.6799 RUB
500 CDF18.3993 RUB
1,000 CDF36.7986 RUB
5,000 CDF183.9929 RUB
10,000 CDF367.9859 RUB
Get the CDF/RUB rate in your app
One GET request returns the latest CDF → 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/CDF/RUB"fetch('https://rate-api.com/api/v1/pair/CDF/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CDF = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CDF/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CDF = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CDF/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CDF = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "CDF",
"to": "RUB"
},
"rate": 0.0368,
"timestamp": 1790432039,
"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 CDFRussian Ruble → Congolese Franc27.175Convert CDF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.