Skip to content

BBD to PHP exchange rate API

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

31.3532

▲ +1.30% over 30D

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 30 days, BBD/PHP traded between 30.9511 and 31.4653, averaged 31.2926 and rose 1.30%. 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 30D

BBD/PHP over 30D: show the values
PointBBD/PHP
2026-08-2730.9511
2026-08-2831.1269
2026-08-2931.1484
2026-08-3031.1883
2026-08-3131.1983
2026-09-0131.2144
2026-09-0231.2727
2026-09-0331.2548
2026-09-0431.3251
2026-09-0531.3590
2026-09-0631.3786
2026-09-0731.3203
2026-09-0831.2541
2026-09-0931.2457
2026-09-1031.2879
2026-09-1131.3147
2026-09-1231.2904
2026-09-1331.4012
2026-09-1431.4341
2026-09-1531.4009
2026-09-1631.3643
2026-09-1731.3588
2026-09-1831.1854
2026-09-1931.4653
2026-09-2031.4609
2026-09-2131.3973
2026-09-2231.2318
2026-09-2331.2729
2026-09-2431.3750
2026-09-2531.2391

High

31.4653

Low

30.9511

Average

31.2926

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.