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: show the values
| Point | BBD/XOF |
|---|---|
| 2025-12-31 | 279.3705 |
| 2026-01-07 | 280.5925 |
| 2026-01-14 | 281.6022 |
| 2026-01-21 | 280.0297 |
| 2026-01-28 | 273.9173 |
| 2026-02-04 | 277.5986 |
| 2026-02-11 | 275.7626 |
| 2026-02-18 | 277.2909 |
| 2026-02-25 | 278.1246 |
| 2026-03-04 | 282.2581 |
| 2026-03-11 | 282.7106 |
| 2026-03-18 | 284.7125 |
| 2026-03-25 | 283.0240 |
| 2026-04-01 | 283.0443 |
| 2026-04-08 | 280.7919 |
| 2026-04-15 | 276.0762 |
| 2026-04-22 | 277.1766 |
| 2026-04-29 | 278.4956 |
| 2026-05-06 | 277.8619 |
| 2026-05-14 | 280.2996 |
| 2026-05-21 | 282.3596 |
| 2026-05-29 | 281.4663 |
| 2026-06-05 | 282.8868 |
| 2026-06-14 | 282.8283 |
| 2026-06-21 | 285.9724 |
| 2026-06-28 | 288.0569 |
| 2026-07-05 | 286.7048 |
| 2026-07-12 | 287.5426 |
| 2026-07-19 | 286.8878 |
| 2026-07-26 | 288.0600 |
| 2026-08-02 | 284.0961 |
| 2026-08-09 | 283.7327 |
| 2026-08-16 | 283.5047 |
| 2026-08-24 | 281.0394 |
| 2026-08-31 | 282.7111 |
| 2026-09-07 | 282.2544 |
| 2026-09-14 | 283.7989 |
| 2026-09-21 | 285.8171 |
High
288.0600
Low
273.9173
Average
282.0098
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=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¤cies=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.