BSD to XOF exchange rate API
Bahamian Dollar to CFA Franc BCEAO · quoted 2026-09-27
575.8419
▲ +0.98% over 6M
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 6 months, BSD/XOF traded between 557.1600 and 576.6871, averaged 567.2138 and rose 0.98%. 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 6M: show the values
| Point | BSD/XOF |
|---|---|
| 2026-03-31 | 570.2511 |
| 2026-04-07 | 567.3605 |
| 2026-04-14 | 557.1600 |
| 2026-04-21 | 558.1308 |
| 2026-04-28 | 558.9256 |
| 2026-05-05 | 560.9398 |
| 2026-05-12 | 558.3656 |
| 2026-05-20 | 565.1123 |
| 2026-05-28 | 564.3374 |
| 2026-06-04 | 564.7457 |
| 2026-06-13 | 567.0986 |
| 2026-06-20 | 571.6641 |
| 2026-06-27 | 576.0910 |
| 2026-07-04 | 573.5490 |
| 2026-07-11 | 574.9255 |
| 2026-07-18 | 573.5068 |
| 2026-07-25 | 576.6871 |
| 2026-08-01 | 568.9559 |
| 2026-08-08 | 567.5050 |
| 2026-08-15 | 566.9256 |
| 2026-08-23 | 561.5323 |
| 2026-08-30 | 566.2962 |
| 2026-09-06 | 564.8514 |
| 2026-09-13 | 565.5928 |
| 2026-09-20 | 571.2057 |
High
576.6871
Low
557.1600
Average
567.2138
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.