Skip to content

BBD to XPF exchange rate API

Barbados Dollar to CFP Franc · quoted 2026-09-25

52.4833

▲ +3.26% over YTD

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 year to date, BBD/XPF traded between 50.0669 and 52.4833, averaged 51.3117 and rose 3.26%. 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 YTD

BBD/XPF over YTD: show the values
PointBBD/XPF
2025-12-3150.8254
2026-01-0751.0084
2026-01-1451.2583
2026-01-2151.0296
2026-01-2850.0669
2026-02-0450.3005
2026-02-1150.1078
2026-02-1850.3981
2026-02-2550.5417
2026-03-0451.1812
2026-03-1151.4053
2026-03-1851.8027
2026-03-2551.5421
2026-04-0151.6958
2026-04-0851.3489
2026-04-1550.3447
2026-04-2250.4794
2026-04-2950.6744
2026-05-0650.6745
2026-05-1451.0037
2026-05-2151.3090
2026-05-2951.2657
2026-06-0551.4705
2026-06-1451.6139
2026-06-2151.9432
2026-06-2852.3177
2026-07-0552.1712
2026-07-1252.2516
2026-07-1952.1750
2026-07-2652.4026
2026-08-0251.7721
2026-08-0951.5981
2026-08-1651.5604
2026-08-2451.0998
2026-08-3151.3327
2026-09-0751.2870
2026-09-1451.4340
2026-09-2151.9792

High

52.4833

Low

50.0669

Average

51.3117

For developers

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