Skip to content

BBD to XOF exchange rate API

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

287.9210

▲ +4.31% over 1Y

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 last year, BBD/XOF traded between 274.9516 and 288.7676, averaged 281.9682 and rose 4.31%. 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 1Y

BBD/XOF over 1Y: show the values
PointBBD/XOF
2025-09-26276.0147
2025-10-03274.9516
2025-10-10283.1807
2025-10-17280.5473
2025-10-24282.1296
2025-10-31283.7731
2025-11-07283.8980
2025-11-14282.0509
2025-11-21284.5593
2025-11-28283.0924
2025-12-05281.5497
2025-12-13279.4437
2025-12-20279.9955
2025-12-27278.5358
2026-01-03279.6260
2026-01-10281.7504
2026-01-17282.8782
2026-01-24277.4043
2026-01-31276.5716
2026-02-07277.7266
2026-02-14276.4603
2026-02-21278.3384
2026-02-28277.8132
2026-03-07282.3237
2026-03-14286.3996
2026-03-21282.9471
2026-03-28281.9808
2026-04-04284.8363
2026-04-11278.3891
2026-04-18276.3238
2026-04-25278.2780
2026-05-02277.9792
2026-05-09276.8342
2026-05-17282.1721
2026-05-25281.7029
2026-06-01281.7013
2026-06-10284.0438
2026-06-17283.0419
2026-06-24288.7676
2026-07-01287.7933
2026-07-08287.3504
2026-07-15286.7008
2026-07-22287.4993
2026-07-29287.5811
2026-08-05284.1484
2026-08-12284.3246
2026-08-20280.7937
2026-08-27281.5011
2026-09-03282.4654
2026-09-10282.0703
2026-09-17285.8613
2026-09-24288.2915

High

288.7676

Low

274.9516

Average

281.9682

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.