BBD to XPF exchange rate API
Barbados Dollar to CFP Franc · quoted 2026-09-25
52.4833
▲ +4.56% over 1Y
1 BBD = 52.4833 XPF · 1 XPF = 0.01905 BBD · Get this rate via the API
1 BBD buys 52.4833 XPF as of 2026-09-25, so 1 XPF buys 0.01905 BBD. Over the last year, BBD/XPF traded between 50.0851 and 52.4833, averaged 51.3298 and rose 4.56%. The API holds daily BBD/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BBD/XPF over 1Y: show the values
| Point | BBD/XPF |
|---|---|
| 2025-09-25 | 50.1950 |
| 2025-10-02 | 50.8834 |
| 2025-10-09 | 51.2630 |
| 2025-10-16 | 51.3036 |
| 2025-10-23 | 51.4972 |
| 2025-10-30 | 51.5138 |
| 2025-11-06 | 51.7905 |
| 2025-11-13 | 51.4977 |
| 2025-11-20 | 51.7437 |
| 2025-11-27 | 51.4940 |
| 2025-12-04 | 51.2759 |
| 2025-12-12 | 50.8718 |
| 2025-12-19 | 50.9173 |
| 2025-12-26 | 50.7238 |
| 2026-01-02 | 50.7874 |
| 2026-01-09 | 51.1495 |
| 2026-01-16 | 51.3903 |
| 2026-01-23 | 50.8971 |
| 2026-01-30 | 50.0851 |
| 2026-02-06 | 50.4713 |
| 2026-02-13 | 50.2954 |
| 2026-02-20 | 50.5878 |
| 2026-02-27 | 50.5604 |
| 2026-03-06 | 51.2522 |
| 2026-03-13 | 51.9361 |
| 2026-03-20 | 51.6763 |
| 2026-03-27 | 51.7511 |
| 2026-04-03 | 51.9342 |
| 2026-04-10 | 50.9619 |
| 2026-04-17 | 50.3761 |
| 2026-04-24 | 50.6842 |
| 2026-05-01 | 50.5595 |
| 2026-05-08 | 50.3575 |
| 2026-05-16 | 51.3264 |
| 2026-05-24 | 51.3020 |
| 2026-05-31 | 51.2056 |
| 2026-06-09 | 51.6190 |
| 2026-06-16 | 51.6158 |
| 2026-06-23 | 52.1971 |
| 2026-06-30 | 52.2795 |
| 2026-07-07 | 52.1972 |
| 2026-07-14 | 52.2167 |
| 2026-07-21 | 52.2622 |
| 2026-07-28 | 52.3321 |
| 2026-08-04 | 51.8214 |
| 2026-08-11 | 51.6522 |
| 2026-08-18 | 51.4874 |
| 2026-08-26 | 51.1558 |
| 2026-09-02 | 51.5234 |
| 2026-09-09 | 51.2052 |
| 2026-09-16 | 51.7199 |
| 2026-09-23 | 52.1938 |
High
52.4833
Low
50.0851
Average
51.3298
Get this rate via the API
One GET request returns the BBD/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=BBD¤cies=XPF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=XPF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=XPF").json()Replace YOUR_API_KEY with the key from your dashboard.
BBD/XPF API questions
How do I get the BBD/XPF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=XPF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/XPF rate in rates.XPF.
How far back does BBD/XPF historical data go?
Daily BBD/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 BBD/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.