Skip to content

BSD to XOF exchange rate API

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

575.8419

▲ +2.07% over 30D

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 last 30 days, BSD/XOF traded between 563.8061 and 576.5829, averaged 568.3935 and rose 2.07%. 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 30D

BSD/XOF over 30D: show the values
PointBSD/XOF
2026-08-28564.1608
2026-08-29566.3572
2026-08-30566.2962
2026-08-31565.4221
2026-09-01565.5000
2026-09-02566.3369
2026-09-03564.9308
2026-09-04564.4017
2026-09-05564.8078
2026-09-06564.8514
2026-09-07564.5088
2026-09-08564.3773
2026-09-09563.8061
2026-09-10564.1407
2026-09-11565.3425
2026-09-12565.5624
2026-09-13565.5928
2026-09-14567.5978
2026-09-15568.4178
2026-09-16568.8073
2026-09-17571.7225
2026-09-18571.5607
2026-09-19571.1098
2026-09-20571.2057
2026-09-21571.6343
2026-09-22572.4026
2026-09-23574.9398
2026-09-24576.5829
2026-09-25576.1384
2026-09-26575.8419

High

576.5829

Low

563.8061

Average

568.3935

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.