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: show the values
| Point | BSD/XOF |
|---|---|
| 2025-09-27 | 560.4903 |
| 2025-10-04 | 558.7112 |
| 2025-10-11 | 565.2969 |
| 2025-10-18 | 562.7198 |
| 2025-10-25 | 564.2885 |
| 2025-11-01 | 568.3965 |
| 2025-11-08 | 566.9802 |
| 2025-11-15 | 564.6256 |
| 2025-11-22 | 569.6964 |
| 2025-11-29 | 565.8232 |
| 2025-12-06 | 563.3354 |
| 2025-12-14 | 558.7124 |
| 2025-12-21 | 559.9422 |
| 2025-12-28 | 557.1958 |
| 2026-01-04 | 559.4827 |
| 2026-01-11 | 563.7349 |
| 2026-01-18 | 565.9061 |
| 2026-01-25 | 553.7652 |
| 2026-02-01 | 553.5010 |
| 2026-02-08 | 555.1971 |
| 2026-02-15 | 552.5257 |
| 2026-02-22 | 556.2996 |
| 2026-03-01 | 556.4367 |
| 2026-03-08 | 566.8391 |
| 2026-03-15 | 573.3531 |
| 2026-03-22 | 567.6082 |
| 2026-03-29 | 570.0022 |
| 2026-04-05 | 569.4857 |
| 2026-04-12 | 561.7846 |
| 2026-04-19 | 557.0981 |
| 2026-04-26 | 560.9715 |
| 2026-05-03 | 559.0918 |
| 2026-05-10 | 558.5852 |
| 2026-05-18 | 562.6194 |
| 2026-05-26 | 563.8901 |
| 2026-06-02 | 563.6997 |
| 2026-06-11 | 568.1433 |
| 2026-06-18 | 570.8541 |
| 2026-06-25 | 577.1484 |
| 2026-07-02 | 574.7066 |
| 2026-07-09 | 573.9196 |
| 2026-07-16 | 572.5114 |
| 2026-07-23 | 575.4851 |
| 2026-07-30 | 571.4798 |
| 2026-08-06 | 568.5388 |
| 2026-08-13 | 568.9773 |
| 2026-08-21 | 561.1919 |
| 2026-08-28 | 564.1608 |
| 2026-09-04 | 564.4017 |
| 2026-09-11 | 565.3425 |
| 2026-09-18 | 571.5607 |
| 2026-09-25 | 576.1384 |
High
577.1484
Low
552.5257
Average
564.8772
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=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¤cies=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.