Skip to content

BBD to XOF exchange rate API

Barbados Dollar to CFA Franc BCEAO · quoted 2026-09-26

287.9210

▲ +3.06% over YTD

1 BBD = 287.9210 XOF · 1 XOF = 0.003473 BBD · Get this rate via the API

1 BBD buys 287.9210 XOF as of 2026-09-26, so 1 XOF buys 0.003473 BBD. Over the year to date, BBD/XOF traded between 273.9173 and 288.0600, averaged 282.0098 and rose 3.06%. The API holds daily BBD/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/XOF over YTD

BBD/XOF over YTD: show the values
PointBBD/XOF
2025-12-31279.3705
2026-01-07280.5925
2026-01-14281.6022
2026-01-21280.0297
2026-01-28273.9173
2026-02-04277.5986
2026-02-11275.7626
2026-02-18277.2909
2026-02-25278.1246
2026-03-04282.2581
2026-03-11282.7106
2026-03-18284.7125
2026-03-25283.0240
2026-04-01283.0443
2026-04-08280.7919
2026-04-15276.0762
2026-04-22277.1766
2026-04-29278.4956
2026-05-06277.8619
2026-05-14280.2996
2026-05-21282.3596
2026-05-29281.4663
2026-06-05282.8868
2026-06-14282.8283
2026-06-21285.9724
2026-06-28288.0569
2026-07-05286.7048
2026-07-12287.5426
2026-07-19286.8878
2026-07-26288.0600
2026-08-02284.0961
2026-08-09283.7327
2026-08-16283.5047
2026-08-24281.0394
2026-08-31282.7111
2026-09-07282.2544
2026-09-14283.7989
2026-09-21285.8171

High

288.0600

Low

273.9173

Average

282.0098

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/XOF API questions

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

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

How far back does BBD/XOF historical data go?

Daily BBD/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 BBD/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.