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: show the values
| Point | BBD/XOF |
|---|---|
| 2025-09-26 | 276.0147 |
| 2025-10-03 | 274.9516 |
| 2025-10-10 | 283.1807 |
| 2025-10-17 | 280.5473 |
| 2025-10-24 | 282.1296 |
| 2025-10-31 | 283.7731 |
| 2025-11-07 | 283.8980 |
| 2025-11-14 | 282.0509 |
| 2025-11-21 | 284.5593 |
| 2025-11-28 | 283.0924 |
| 2025-12-05 | 281.5497 |
| 2025-12-13 | 279.4437 |
| 2025-12-20 | 279.9955 |
| 2025-12-27 | 278.5358 |
| 2026-01-03 | 279.6260 |
| 2026-01-10 | 281.7504 |
| 2026-01-17 | 282.8782 |
| 2026-01-24 | 277.4043 |
| 2026-01-31 | 276.5716 |
| 2026-02-07 | 277.7266 |
| 2026-02-14 | 276.4603 |
| 2026-02-21 | 278.3384 |
| 2026-02-28 | 277.8132 |
| 2026-03-07 | 282.3237 |
| 2026-03-14 | 286.3996 |
| 2026-03-21 | 282.9471 |
| 2026-03-28 | 281.9808 |
| 2026-04-04 | 284.8363 |
| 2026-04-11 | 278.3891 |
| 2026-04-18 | 276.3238 |
| 2026-04-25 | 278.2780 |
| 2026-05-02 | 277.9792 |
| 2026-05-09 | 276.8342 |
| 2026-05-17 | 282.1721 |
| 2026-05-25 | 281.7029 |
| 2026-06-01 | 281.7013 |
| 2026-06-10 | 284.0438 |
| 2026-06-17 | 283.0419 |
| 2026-06-24 | 288.7676 |
| 2026-07-01 | 287.7933 |
| 2026-07-08 | 287.3504 |
| 2026-07-15 | 286.7008 |
| 2026-07-22 | 287.4993 |
| 2026-07-29 | 287.5811 |
| 2026-08-05 | 284.1484 |
| 2026-08-12 | 284.3246 |
| 2026-08-20 | 280.7937 |
| 2026-08-27 | 281.5011 |
| 2026-09-03 | 282.4654 |
| 2026-09-10 | 282.0703 |
| 2026-09-17 | 285.8613 |
| 2026-09-24 | 288.2915 |
High
288.7676
Low
274.9516
Average
281.9682
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.