BBD to XAF exchange rate API
Barbados Dollar to CFA Franc BEAC · quoted 2026-09-25
288.4683
▲ +3.28% over 1Y
1 BBD = 288.4683 XAF · 1 XAF = 0.003467 BBD · Get this rate via the API
1 BBD buys 288.4683 XAF as of 2026-09-25, so 1 XAF buys 0.003467 BBD. Over the last year, BBD/XAF traded between 275.4448 and 288.4683, averaged 282.1563 and rose 3.28%. The API holds daily BBD/XAF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BBD/XAF over 1Y: show the values
| Point | BBD/XAF |
|---|---|
| 2025-09-25 | 279.3143 |
| 2025-10-02 | 279.4203 |
| 2025-10-09 | 281.7792 |
| 2025-10-16 | 280.9527 |
| 2025-10-23 | 282.6870 |
| 2025-10-30 | 282.3885 |
| 2025-11-06 | 284.9914 |
| 2025-11-13 | 283.0029 |
| 2025-11-20 | 284.5852 |
| 2025-11-27 | 282.4631 |
| 2025-12-04 | 281.2061 |
| 2025-12-12 | 279.5391 |
| 2025-12-19 | 279.6747 |
| 2025-12-26 | 278.2522 |
| 2026-01-02 | 278.8134 |
| 2026-01-09 | 281.5447 |
| 2026-01-16 | 282.5285 |
| 2026-01-23 | 279.1968 |
| 2026-01-30 | 275.4448 |
| 2026-02-06 | 278.1755 |
| 2026-02-13 | 276.3153 |
| 2026-02-20 | 278.9842 |
| 2026-02-27 | 278.0041 |
| 2026-03-06 | 282.2636 |
| 2026-03-13 | 284.7439 |
| 2026-03-20 | 283.5743 |
| 2026-03-27 | 284.2293 |
| 2026-04-03 | 284.3269 |
| 2026-04-10 | 279.0475 |
| 2026-04-17 | 276.4719 |
| 2026-04-24 | 278.7854 |
| 2026-05-01 | 277.9997 |
| 2026-05-08 | 276.7621 |
| 2026-05-16 | 282.1371 |
| 2026-05-24 | 282.6471 |
| 2026-05-31 | 281.2928 |
| 2026-06-09 | 284.2637 |
| 2026-06-16 | 283.2119 |
| 2026-06-23 | 286.9537 |
| 2026-06-30 | 287.7239 |
| 2026-07-07 | 286.7678 |
| 2026-07-14 | 287.9040 |
| 2026-07-21 | 287.4315 |
| 2026-07-28 | 288.2403 |
| 2026-08-04 | 284.9488 |
| 2026-08-11 | 284.0721 |
| 2026-08-18 | 283.2821 |
| 2026-08-26 | 281.0490 |
| 2026-09-02 | 283.2534 |
| 2026-09-09 | 281.9828 |
| 2026-09-16 | 284.1476 |
| 2026-09-23 | 287.0386 |
High
288.4683
Low
275.4448
Average
282.1563
Get this rate via the API
One GET request returns the BBD/XAF 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=XAF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=XAF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=XAF").json()Replace YOUR_API_KEY with the key from your dashboard.
BBD/XAF API questions
How do I get the BBD/XAF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=XAF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/XAF rate in rates.XAF.
How far back does BBD/XAF historical data go?
Daily BBD/XAF 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/XAF 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.