Convert RUB to XAF
Russian Ruble → Central African CFA Franc
1 RUB = 6.766601 XAF(1 XAF = 0.147785 RUB)
Currency converter
1 RUB =
6.7666 XAF
RUB to XAF: last 30 days
Over the last 30 days, 1 RUB traded between 6.479 and 6.8251 XAF, averaging 6.6663 XAF. The RUB/XAF rate is up 2.68% since 2026-08-28.
- 30-day high
- 6.8251
- 2026-09-22
- 30-day low
- 6.479
- 2026-09-03
- 30-day average
- 6.6663
- Days with data: 30
- 30-day change
- +2.68%
- since 2026-08-28
6.8251
6.4792026-08-28 → 2026-09-26
| Date | 1 RUB in XAF | Daily change |
|---|---|---|
| 2026-09-26 | 6.7666 | 0.00% |
| 2026-09-25 | 6.7666 | -0.52% |
| 2026-09-24 | 6.8019 | -0.26% |
| 2026-09-23 | 6.8193 | -0.09% |
| 2026-09-22 | 6.8251 | +0.51% |
| 2026-09-21 | 6.7905 | -0.02% |
| 2026-09-20 | 6.7918 | +0.37% |
| 2026-09-19 | 6.767 | +0.17% |
| 2026-09-18 | 6.7552 | -0.57% |
| 2026-09-17 | 6.7937 | +0.66% |
| 2026-09-16 | 6.7495 | +0.31% |
| 2026-09-15 | 6.7285 | +0.30% |
| 2026-09-14 | 6.708 | -0.03% |
| 2026-09-13 | 6.71 | -0.11% |
| 2026-09-12 | 6.7176 | -0.25% |
| Date | 1 RUB in XAF | Daily change |
|---|---|---|
| 2026-09-11 | 6.7343 | +1.55% |
| 2026-09-10 | 6.6313 | +0.94% |
| 2026-09-09 | 6.5694 | +0.40% |
| 2026-09-08 | 6.5433 | +0.31% |
| 2026-09-07 | 6.5231 | -0.00% |
| 2026-09-06 | 6.5234 | -0.88% |
| 2026-09-05 | 6.5811 | +1.06% |
| 2026-09-04 | 6.5122 | +0.51% |
| 2026-09-03 | 6.479 | -0.70% |
| 2026-09-02 | 6.5247 | -0.37% |
| 2026-09-01 | 6.5491 | -0.51% |
| 2026-08-31 | 6.5827 | +0.01% |
| 2026-08-30 | 6.5823 | +0.16% |
| 2026-08-29 | 6.5718 | -0.27% |
| 2026-08-28 | 6.5899 | — |
RUB to XAF conversion table
1 RUB6.7666 XAF
5 RUB33.833 XAF
10 RUB67.666 XAF
25 RUB169.165 XAF
50 RUB338.3301 XAF
100 RUB676.6601 XAF
500 RUB3,383.3005 XAF
1,000 RUB6,766.601 XAF
5,000 RUB33,833.005 XAF
10,000 RUB67,666.01 XAF
Get the RUB/XAF rate in your app
One GET request returns the latest RUB → XAF 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/XAF"fetch('https://rate-api.com/api/v1/pair/RUB/XAF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} XAF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/XAF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} XAF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/XAF');
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']} XAF\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "XAF"
},
"rate": 6.7666,
"timestamp": 1790439647,
"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
XAF to RUBCentral African CFA Franc → Russian Ruble0.14778Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.