Skip to content

BSD to XOF exchange rate API

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

575.8419

▼ +1.63% over 5Y

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 5 years, BSD/XOF traded between 550.8843 and 630.0271, averaged 576.7478 and fell 1.63%. 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 5Y

BSD/XOF over 5Y: show the values
PointBSD/XOF
2024-08-24585.3574
2024-10-07592.3151
2024-11-06601.9768
2024-12-06610.8808
2025-01-05630.0271
2025-02-04624.1482
2025-03-06597.1082
2025-04-06598.5959
2025-05-06567.6945
2025-06-07575.4691
2025-07-07552.8813
2025-08-06557.1435
2025-09-05550.8843
2025-10-06552.2238
2025-11-05571.0116
2025-12-05563.0993
2026-01-05560.7056
2026-02-04555.1973
2026-03-06565.3606
2026-04-05569.4857
2026-05-05560.9398
2026-06-06569.3344
2026-07-08574.7007
2026-08-07568.5506
2026-09-07564.5088

High

630.0271

Low

550.8843

Average

576.7478

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.