RUB to XAF exchange rate API
Russian Ruble to CFA Franc BEAC · quoted 2026-09-26
6.8241
▲ +1.92% over 1Y
1 RUB = 6.8241 XAF · 1 XAF = 0.14654 RUB · Get this rate via the API
1 RUB buys 6.8241 XAF as of 2026-09-26, so 1 XAF buys 0.14654 RUB. Over the last year, RUB/XAF traded between 6.4790 and 7.9051, averaged 7.1673 and rose 1.92%. The API holds daily RUB/XAF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
RUB/XAF over 1Y: show the values
| Point | RUB/XAF |
|---|---|
| 2025-09-26 | 6.6956 |
| 2025-10-03 | 6.8178 |
| 2025-10-10 | 6.9850 |
| 2025-10-17 | 6.9762 |
| 2025-10-24 | 6.9515 |
| 2025-10-31 | 7.0935 |
| 2025-11-07 | 6.9974 |
| 2025-11-14 | 6.9863 |
| 2025-11-21 | 7.1028 |
| 2025-11-28 | 7.2643 |
| 2025-12-05 | 7.3020 |
| 2025-12-13 | 7.0116 |
| 2025-12-20 | 6.9395 |
| 2025-12-27 | 7.0768 |
| 2026-01-03 | 6.9527 |
| 2026-01-10 | 7.1086 |
| 2026-01-17 | 7.2717 |
| 2026-01-24 | 7.3238 |
| 2026-01-31 | 7.2485 |
| 2026-02-07 | 7.2332 |
| 2026-02-14 | 7.2490 |
| 2026-02-21 | 7.2601 |
| 2026-02-28 | 7.2081 |
| 2026-03-07 | 7.1238 |
| 2026-03-14 | 7.1585 |
| 2026-03-21 | 6.8326 |
| 2026-03-28 | 7.0016 |
| 2026-04-04 | 7.0921 |
| 2026-04-11 | 7.2598 |
| 2026-04-18 | 7.2952 |
| 2026-04-25 | 7.4425 |
| 2026-05-02 | 7.4699 |
| 2026-05-09 | 7.5104 |
| 2026-05-17 | 7.7434 |
| 2026-05-25 | 7.9043 |
| 2026-06-01 | 7.9051 |
| 2026-06-10 | 7.8895 |
| 2026-06-17 | 7.7920 |
| 2026-06-24 | 7.7464 |
| 2026-07-01 | 7.3086 |
| 2026-07-08 | 7.5139 |
| 2026-07-15 | 7.4014 |
| 2026-07-22 | 7.3453 |
| 2026-07-29 | 7.3108 |
| 2026-08-05 | 7.0562 |
| 2026-08-12 | 6.8953 |
| 2026-08-20 | 6.6858 |
| 2026-08-27 | 6.5998 |
| 2026-09-03 | 6.4790 |
| 2026-09-10 | 6.6313 |
| 2026-09-17 | 6.7937 |
| 2026-09-24 | 6.7960 |
High
7.9051
Low
6.4790
Average
7.1673
Get this rate via the API
One GET request returns the RUB/XAF rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=XAF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=XAF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=XAF").json()Replace YOUR_API_KEY with the key from your dashboard.
RUB/XAF API questions
How do I get the RUB/XAF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=XAF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RUB/XAF rate in rates.XAF.
How far back does RUB/XAF historical data go?
Daily RUB/XAF rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free RUB/XAF exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.