Skip to content

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

BSD/XPF over YTD: show the values
PointBSD/XPF
2025-12-31101.6508
2026-01-07102.0169
2026-01-14102.5167
2026-01-21102.0593
2026-01-28100.1339
2026-02-04100.6011
2026-02-11100.2156
2026-02-18100.7963
2026-02-25101.0833
2026-03-04102.3624
2026-03-11102.8107
2026-03-18103.6054
2026-03-25103.0841
2026-04-01103.3916
2026-04-08102.6978
2026-04-15101.3979
2026-04-22101.6727
2026-04-29102.0681
2026-05-06102.0599
2026-05-14102.0073
2026-05-21102.6180
2026-05-29102.5314
2026-06-05102.9410
2026-06-14103.2278
2026-06-21103.8865
2026-06-28104.6353
2026-07-05104.3423
2026-07-12104.5032
2026-07-19104.3499
2026-07-26104.8053
2026-08-02103.5442
2026-08-09103.1961
2026-08-16103.1208
2026-08-24102.1996
2026-08-31102.6654
2026-09-07102.5739
2026-09-14102.8679
2026-09-21103.9585

High

104.8053

Low

100.1339

Average

102.6912

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD&currencies=XPF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD&currencies=XPF");
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=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&currencies=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.