Convert XAF to RUB
Central African CFA Franc → Russian Ruble
1 XAF = 0.147785 RUB(1 RUB = 6.766601 XAF)
Currency converter
1 XAF =
0.14778 RUB
XAF to RUB: last 30 days
Over the last 30 days, 1 XAF traded between 0.14652 and 0.15435 RUB, averaging 0.15005 RUB. The XAF/RUB rate is down 2.61% since 2026-08-28.
- 30-day high
- 0.15435
- 2026-09-03
- 30-day low
- 0.14652
- 2026-09-22
- 30-day average
- 0.15005
- Days with data: 30
- 30-day change
- -2.61%
- since 2026-08-28
0.15435
0.146522026-08-28 → 2026-09-26
| Date | 1 XAF in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.14778 | 0.00% |
| 2026-09-25 | 0.14778 | +0.52% |
| 2026-09-24 | 0.14702 | +0.26% |
| 2026-09-23 | 0.14664 | +0.09% |
| 2026-09-22 | 0.14652 | -0.51% |
| 2026-09-21 | 0.14727 | +0.02% |
| 2026-09-20 | 0.14724 | -0.37% |
| 2026-09-19 | 0.14778 | -0.17% |
| 2026-09-18 | 0.14803 | +0.57% |
| 2026-09-17 | 0.14719 | -0.65% |
| 2026-09-16 | 0.14816 | -0.31% |
| 2026-09-15 | 0.14862 | -0.30% |
| 2026-09-14 | 0.14907 | +0.03% |
| 2026-09-13 | 0.14903 | +0.11% |
| 2026-09-12 | 0.14886 | +0.25% |
| Date | 1 XAF in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.14849 | -1.53% |
| 2026-09-10 | 0.1508 | -0.93% |
| 2026-09-09 | 0.15222 | -0.40% |
| 2026-09-08 | 0.15283 | -0.31% |
| 2026-09-07 | 0.1533 | +0.00% |
| 2026-09-06 | 0.15329 | +0.88% |
| 2026-09-05 | 0.15195 | -1.05% |
| 2026-09-04 | 0.15356 | -0.51% |
| 2026-09-03 | 0.15435 | +0.71% |
| 2026-09-02 | 0.15326 | +0.37% |
| 2026-09-01 | 0.15269 | +0.51% |
| 2026-08-31 | 0.15191 | -0.01% |
| 2026-08-30 | 0.15192 | -0.16% |
| 2026-08-29 | 0.15216 | +0.28% |
| 2026-08-28 | 0.15175 | — |
XAF to RUB conversion table
1 XAF0.14778 RUB
5 XAF0.73892 RUB
10 XAF1.4778 RUB
25 XAF3.6946 RUB
50 XAF7.3892 RUB
100 XAF14.7785 RUB
500 XAF73.8923 RUB
1,000 XAF147.7847 RUB
5,000 XAF738.9234 RUB
10,000 XAF1,477.8469 RUB
Get the XAF/RUB rate in your app
One GET request returns the latest XAF → 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/XAF/RUB"fetch('https://rate-api.com/api/v1/pair/XAF/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 XAF = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/XAF/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 XAF = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/XAF/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 XAF = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "XAF",
"to": "RUB"
},
"rate": 0.1478,
"timestamp": 1790432084,
"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 XAFRussian Ruble → Central African CFA Franc6.7666Convert XAF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.