Skip to content

BSD to XOF exchange rate API

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

575.8419

▲ +2.74% over 1Y

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 year, BSD/XOF traded between 552.5257 and 577.1484, averaged 564.8772 and rose 2.74%. 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 1Y

BSD/XOF over 1Y: show the values
PointBSD/XOF
2025-09-27560.4903
2025-10-04558.7112
2025-10-11565.2969
2025-10-18562.7198
2025-10-25564.2885
2025-11-01568.3965
2025-11-08566.9802
2025-11-15564.6256
2025-11-22569.6964
2025-11-29565.8232
2025-12-06563.3354
2025-12-14558.7124
2025-12-21559.9422
2025-12-28557.1958
2026-01-04559.4827
2026-01-11563.7349
2026-01-18565.9061
2026-01-25553.7652
2026-02-01553.5010
2026-02-08555.1971
2026-02-15552.5257
2026-02-22556.2996
2026-03-01556.4367
2026-03-08566.8391
2026-03-15573.3531
2026-03-22567.6082
2026-03-29570.0022
2026-04-05569.4857
2026-04-12561.7846
2026-04-19557.0981
2026-04-26560.9715
2026-05-03559.0918
2026-05-10558.5852
2026-05-18562.6194
2026-05-26563.8901
2026-06-02563.6997
2026-06-11568.1433
2026-06-18570.8541
2026-06-25577.1484
2026-07-02574.7066
2026-07-09573.9196
2026-07-16572.5114
2026-07-23575.4851
2026-07-30571.4798
2026-08-06568.5388
2026-08-13568.9773
2026-08-21561.1919
2026-08-28564.1608
2026-09-04564.4017
2026-09-11565.3425
2026-09-18571.5607
2026-09-25576.1384

High

577.1484

Low

552.5257

Average

564.8772

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.