Skip to content

BBD to PHP exchange rate API

Barbados Dollar to Philippine Peso · quoted 2026-09-26

31.3532

▲ +11.64% over 5Y

1 BBD = 31.3532 PHP · 1 PHP = 0.03189 BBD · Get this rate via the API

1 BBD buys 31.3532 PHP as of 2026-09-26, so 1 PHP buys 0.03189 BBD. Over the last 5 years, BBD/PHP traded between 27.8296 and 31.3532, averaged 29.3833 and rose 11.64%. The API holds daily BBD/PHP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/PHP over 5Y

BBD/PHP over 5Y: show the values
PointBBD/PHP
2024-08-2428.0854
2024-10-0728.4643
2024-11-0629.4292
2024-12-0628.9269
2025-01-0529.1162
2025-02-0429.1350
2025-03-0628.6791
2025-04-0628.6086
2025-05-0627.8296
2025-06-0727.9538
2025-07-0728.3292
2025-08-0628.7427
2025-09-0528.4218
2025-10-0629.1638
2025-11-0529.3996
2025-12-0529.5058
2026-01-0529.5396
2026-02-0429.4928
2026-03-0629.6363
2026-04-0530.1718
2026-05-0530.5845
2026-06-0630.8646
2026-07-0830.7782
2026-08-0730.4335
2026-09-0731.3203

High

31.3532

Low

27.8296

Average

29.3833

For developers

Get this rate via the API

One GET request returns the BBD/PHP 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=PHP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=PHP");
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=PHP").json()

Replace YOUR_API_KEY with the key from your dashboard.

BBD/PHP API questions

How do I get the BBD/PHP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=PHP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/PHP rate in rates.PHP.

How far back does BBD/PHP historical data go?

Daily BBD/PHP 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/PHP 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.