Skip to content

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

RUB/XAF over 1Y: show the values
PointRUB/XAF
2025-09-266.6956
2025-10-036.8178
2025-10-106.9850
2025-10-176.9762
2025-10-246.9515
2025-10-317.0935
2025-11-076.9974
2025-11-146.9863
2025-11-217.1028
2025-11-287.2643
2025-12-057.3020
2025-12-137.0116
2025-12-206.9395
2025-12-277.0768
2026-01-036.9527
2026-01-107.1086
2026-01-177.2717
2026-01-247.3238
2026-01-317.2485
2026-02-077.2332
2026-02-147.2490
2026-02-217.2601
2026-02-287.2081
2026-03-077.1238
2026-03-147.1585
2026-03-216.8326
2026-03-287.0016
2026-04-047.0921
2026-04-117.2598
2026-04-187.2952
2026-04-257.4425
2026-05-027.4699
2026-05-097.5104
2026-05-177.7434
2026-05-257.9043
2026-06-017.9051
2026-06-107.8895
2026-06-177.7920
2026-06-247.7464
2026-07-017.3086
2026-07-087.5139
2026-07-157.4014
2026-07-227.3453
2026-07-297.3108
2026-08-057.0562
2026-08-126.8953
2026-08-206.6858
2026-08-276.5998
2026-09-036.4790
2026-09-106.6313
2026-09-176.7937
2026-09-246.7960

High

7.9051

Low

6.4790

Average

7.1673

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=XAF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=XAF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=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&currencies=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.