Skip to content

RUB to XOF exchange rate API

Russian Ruble to CFA Franc BCEAO · quoted 2026-09-25

6.7764

▲ +3.02% over 1Y

1 RUB = 6.7764 XOF · 1 XOF = 0.14757 RUB · Get this rate via the API

1 RUB buys 6.7764 XOF as of 2026-09-25, so 1 XOF buys 0.14757 RUB. Over the last year, RUB/XOF traded between 6.5228 and 7.9093, averaged 7.1577 and rose 3.02%. The API holds daily RUB/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RUB/XOF over 1Y

RUB/XOF over 1Y: show the values
PointRUB/XOF
2025-09-256.5778
2025-10-026.6839
2025-10-096.9361
2025-10-167.1488
2025-10-236.9320
2025-10-307.0787
2025-11-066.9986
2025-11-136.9505
2025-11-207.0658
2025-11-277.2061
2025-12-047.2524
2025-12-126.9638
2025-12-197.0133
2025-12-267.0735
2026-01-027.0872
2026-01-097.0090
2026-01-167.2126
2026-01-237.3421
2026-01-307.2493
2026-02-067.2422
2026-02-137.1589
2026-02-207.2596
2026-02-277.2256
2026-03-067.1862
2026-03-137.1927
2026-03-206.5862
2026-03-276.9934
2026-04-037.0956
2026-04-107.2165
2026-04-177.2865
2026-04-247.3890
2026-05-017.4602
2026-05-087.4727
2026-05-167.7480
2026-05-247.8886
2026-05-317.9093
2026-06-097.7830
2026-06-167.8095
2026-06-237.7475
2026-06-307.4657
2026-07-077.4411
2026-07-147.5013
2026-07-217.3195
2026-07-287.3977
2026-08-047.0834
2026-08-116.8887
2026-08-186.6634
2026-08-266.7225
2026-09-026.5228
2026-09-096.5675
2026-09-166.7556
2026-09-236.8204

High

7.9093

Low

6.5228

Average

7.1577

For developers

Get this rate via the API

One GET request returns the RUB/XOF 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=XOF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=XOF");
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=XOF").json()

Replace YOUR_API_KEY with the key from your dashboard.

RUB/XOF API questions

How do I get the RUB/XOF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=XOF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RUB/XOF rate in rates.XOF.

How far back does RUB/XOF historical data go?

Daily RUB/XOF 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/XOF 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.