Skip to content

XOF to RUB exchange rate API

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

0.14778

▼ +2.79% over 1Y

1 XOF = 0.14778 RUB · 1 RUB = 6.7666 XOF · Get this rate via the API

1 XOF buys 0.14778 RUB as of 2026-09-25, so 1 RUB buys 6.7666 XOF. Over the last year, XOF/RUB traded between 0.12643 and 0.15331, averaged 0.14003 and fell 2.79%. The API holds daily XOF/RUB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

XOF/RUB over 1Y

XOF/RUB over 1Y: show the values
PointXOF/RUB
2025-09-250.15202
2025-10-020.14961
2025-10-090.14417
2025-10-160.13988
2025-10-230.14426
2025-10-300.14127
2025-11-060.14289
2025-11-130.14387
2025-11-200.14153
2025-11-270.13877
2025-12-040.13788
2025-12-120.14360
2025-12-190.14259
2025-12-260.14137
2026-01-020.14110
2026-01-090.14267
2026-01-160.13865
2026-01-230.13620
2026-01-300.13794
2026-02-060.13808
2026-02-130.13969
2026-02-200.13775
2026-02-270.13840
2026-03-060.13916
2026-03-130.13903
2026-03-200.15183
2026-03-270.14299
2026-04-030.14093
2026-04-100.13857
2026-04-170.13724
2026-04-240.13534
2026-05-010.13404
2026-05-080.13382
2026-05-160.12906
2026-05-240.12676
2026-05-310.12643
2026-06-090.12848
2026-06-160.12805
2026-06-230.12907
2026-06-300.13395
2026-07-070.13439
2026-07-140.13331
2026-07-210.13662
2026-07-280.13518
2026-08-040.14118
2026-08-110.14516
2026-08-180.15007
2026-08-260.14875
2026-09-020.15331
2026-09-090.15226
2026-09-160.14802
2026-09-230.14662

High

0.15331

Low

0.12643

Average

0.14003

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=RUB").json()

Replace YOUR_API_KEY with the key from your dashboard.

XOF/RUB API questions

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

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

How far back does XOF/RUB historical data go?

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