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: show the values
| Point | BSD/XOF |
|---|---|
| 2025-12-31 | 558.7409 |
| 2026-01-07 | 561.1850 |
| 2026-01-14 | 563.2044 |
| 2026-01-21 | 560.0593 |
| 2026-01-28 | 547.8347 |
| 2026-02-04 | 555.1973 |
| 2026-02-11 | 551.5251 |
| 2026-02-18 | 554.5818 |
| 2026-02-25 | 556.2492 |
| 2026-03-04 | 564.5162 |
| 2026-03-11 | 565.4211 |
| 2026-03-18 | 569.4249 |
| 2026-03-25 | 566.0480 |
| 2026-04-01 | 566.0886 |
| 2026-04-08 | 561.5838 |
| 2026-04-15 | 556.0373 |
| 2026-04-22 | 558.2726 |
| 2026-04-29 | 560.9446 |
| 2026-05-06 | 559.6218 |
| 2026-05-14 | 560.5992 |
| 2026-05-21 | 564.7191 |
| 2026-05-29 | 562.9325 |
| 2026-06-05 | 565.7735 |
| 2026-06-14 | 565.6565 |
| 2026-06-21 | 571.9447 |
| 2026-06-28 | 576.1138 |
| 2026-07-05 | 573.4096 |
| 2026-07-12 | 575.0852 |
| 2026-07-19 | 573.7755 |
| 2026-07-26 | 576.1199 |
| 2026-08-02 | 568.1922 |
| 2026-08-09 | 567.4653 |
| 2026-08-16 | 567.0094 |
| 2026-08-24 | 562.0789 |
| 2026-08-31 | 565.4221 |
| 2026-09-07 | 564.5088 |
| 2026-09-14 | 567.5978 |
| 2026-09-21 | 571.6343 |
High
576.1199
Low
547.8347
Average
564.4209
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.