BSD to XPF exchange rate API
Bahamian Dollar to CFP Franc · quoted 2026-09-26
104.7572
▲ +3.06% over YTD
1 BSD = 104.7572 XPF · 1 XPF = 0.009546 BSD · Get this rate via the API
1 BSD buys 104.7572 XPF as of 2026-09-26, so 1 XPF buys 0.009546 BSD. Over the year to date, BSD/XPF traded between 100.1339 and 104.8053, averaged 102.6912 and rose 3.06%. The API holds daily BSD/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BSD/XPF over YTD: show the values
| Point | BSD/XPF |
|---|---|
| 2025-12-31 | 101.6508 |
| 2026-01-07 | 102.0169 |
| 2026-01-14 | 102.5167 |
| 2026-01-21 | 102.0593 |
| 2026-01-28 | 100.1339 |
| 2026-02-04 | 100.6011 |
| 2026-02-11 | 100.2156 |
| 2026-02-18 | 100.7963 |
| 2026-02-25 | 101.0833 |
| 2026-03-04 | 102.3624 |
| 2026-03-11 | 102.8107 |
| 2026-03-18 | 103.6054 |
| 2026-03-25 | 103.0841 |
| 2026-04-01 | 103.3916 |
| 2026-04-08 | 102.6978 |
| 2026-04-15 | 101.3979 |
| 2026-04-22 | 101.6727 |
| 2026-04-29 | 102.0681 |
| 2026-05-06 | 102.0599 |
| 2026-05-14 | 102.0073 |
| 2026-05-21 | 102.6180 |
| 2026-05-29 | 102.5314 |
| 2026-06-05 | 102.9410 |
| 2026-06-14 | 103.2278 |
| 2026-06-21 | 103.8865 |
| 2026-06-28 | 104.6353 |
| 2026-07-05 | 104.3423 |
| 2026-07-12 | 104.5032 |
| 2026-07-19 | 104.3499 |
| 2026-07-26 | 104.8053 |
| 2026-08-02 | 103.5442 |
| 2026-08-09 | 103.1961 |
| 2026-08-16 | 103.1208 |
| 2026-08-24 | 102.1996 |
| 2026-08-31 | 102.6654 |
| 2026-09-07 | 102.5739 |
| 2026-09-14 | 102.8679 |
| 2026-09-21 | 103.9585 |
High
104.8053
Low
100.1339
Average
102.6912
Get this rate via the API
One GET request returns the BSD/XPF 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=XPF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=XPF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=XPF").json()Replace YOUR_API_KEY with the key from your dashboard.
BSD/XPF API questions
How do I get the BSD/XPF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=XPF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BSD/XPF rate in rates.XPF.
How far back does BSD/XPF historical data go?
Daily BSD/XPF 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/XPF 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.