Skip to content

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

BBD/XAF over 1Y: show the values
PointBBD/XAF
2025-09-25279.3143
2025-10-02279.4203
2025-10-09281.7792
2025-10-16280.9527
2025-10-23282.6870
2025-10-30282.3885
2025-11-06284.9914
2025-11-13283.0029
2025-11-20284.5852
2025-11-27282.4631
2025-12-04281.2061
2025-12-12279.5391
2025-12-19279.6747
2025-12-26278.2522
2026-01-02278.8134
2026-01-09281.5447
2026-01-16282.5285
2026-01-23279.1968
2026-01-30275.4448
2026-02-06278.1755
2026-02-13276.3153
2026-02-20278.9842
2026-02-27278.0041
2026-03-06282.2636
2026-03-13284.7439
2026-03-20283.5743
2026-03-27284.2293
2026-04-03284.3269
2026-04-10279.0475
2026-04-17276.4719
2026-04-24278.7854
2026-05-01277.9997
2026-05-08276.7621
2026-05-16282.1371
2026-05-24282.6471
2026-05-31281.2928
2026-06-09284.2637
2026-06-16283.2119
2026-06-23286.9537
2026-06-30287.7239
2026-07-07286.7678
2026-07-14287.9040
2026-07-21287.4315
2026-07-28288.2403
2026-08-04284.9488
2026-08-11284.0721
2026-08-18283.2821
2026-08-26281.0490
2026-09-02283.2534
2026-09-09281.9828
2026-09-16284.1476
2026-09-23287.0386

High

288.4683

Low

275.4448

Average

282.1563

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=XAF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=XAF");
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=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&currencies=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.