Skip to content

BBD to PHP exchange rate API

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

31.3532

▲ +3.29% over 6M

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 6 months, BBD/PHP traded between 29.6284 and 31.4653, averaged 30.6827 and rose 3.29%. 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 6M

BBD/PHP over 6M: show the values
PointBBD/PHP
2026-03-3030.3544
2026-04-0630.3103
2026-04-1329.9419
2026-04-2029.6284
2026-04-2730.2155
2026-05-0430.5993
2026-05-1130.3321
2026-05-1930.8606
2026-05-2730.7274
2026-06-0330.8838
2026-06-1230.3947
2026-06-1930.3676
2026-06-2630.6530
2026-07-0330.7211
2026-07-1030.7865
2026-07-1730.8006
2026-07-2430.9176
2026-07-3130.6343
2026-08-0730.4335
2026-08-1430.6942
2026-08-2230.8767
2026-08-2931.1484
2026-09-0531.3590
2026-09-1231.2904
2026-09-1931.4653

High

31.4653

Low

29.6284

Average

30.6827

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.