Skip to content

BSD to XOF exchange rate API

Bahamian Dollar to CFA Franc BCEAO · quoted 2026-09-27

575.8419

▲ +3.06% over YTD

1 BSD = 575.8419 XOF · 1 XOF = 0.001737 BSD · Get this rate via the API

1 BSD buys 575.8419 XOF as of 2026-09-27, so 1 XOF buys 0.001737 BSD. Over the year to date, BSD/XOF traded between 547.8347 and 576.1199, averaged 564.4209 and rose 3.06%. The API holds daily BSD/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BSD/XOF over YTD

BSD/XOF over YTD: show the values
PointBSD/XOF
2025-12-31558.7409
2026-01-07561.1850
2026-01-14563.2044
2026-01-21560.0593
2026-01-28547.8347
2026-02-04555.1973
2026-02-11551.5251
2026-02-18554.5818
2026-02-25556.2492
2026-03-04564.5162
2026-03-11565.4211
2026-03-18569.4249
2026-03-25566.0480
2026-04-01566.0886
2026-04-08561.5838
2026-04-15556.0373
2026-04-22558.2726
2026-04-29560.9446
2026-05-06559.6218
2026-05-14560.5992
2026-05-21564.7191
2026-05-29562.9325
2026-06-05565.7735
2026-06-14565.6565
2026-06-21571.9447
2026-06-28576.1138
2026-07-05573.4096
2026-07-12575.0852
2026-07-19573.7755
2026-07-26576.1199
2026-08-02568.1922
2026-08-09567.4653
2026-08-16567.0094
2026-08-24562.0789
2026-08-31565.4221
2026-09-07564.5088
2026-09-14567.5978
2026-09-21571.6343

High

576.1199

Low

547.8347

Average

564.4209

For developers

Get this rate via the API

One GET request returns the BSD/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=BSD&currencies=XOF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD&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=BSD&currencies=XOF").json()

Replace YOUR_API_KEY with the key from your dashboard.

BSD/XOF API questions

How do I get the BSD/XOF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD&currencies=XOF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BSD/XOF rate in rates.XOF.

How far back does BSD/XOF historical data go?

Daily BSD/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 BSD/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.