Skip to content

BBD to PHP exchange rate API

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

31.3532

▲ +6.37% over YTD

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 year to date, BBD/PHP traded between 28.7805 and 31.4341, averaged 30.2839 and rose 6.37%. 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 YTD

BBD/PHP over YTD: show the values
PointBBD/PHP
2025-12-3129.4749
2026-01-0729.6581
2026-01-1429.7322
2026-01-2129.6179
2026-01-2829.3774
2026-02-0429.4928
2026-02-1129.2755
2026-02-1828.9367
2026-02-2528.7805
2026-03-0429.2347
2026-03-1129.6270
2026-03-1830.0004
2026-03-2530.0319
2026-04-0130.0926
2026-04-0829.6989
2026-04-1529.8229
2026-04-2229.8276
2026-04-2930.5912
2026-05-0630.2290
2026-05-1430.7631
2026-05-2130.7988
2026-05-2930.7858
2026-06-0530.7268
2026-06-1430.4414
2026-06-2130.4291
2026-06-2830.7230
2026-07-0530.7721
2026-07-1230.8126
2026-07-1930.8505
2026-07-2630.9551
2026-08-0230.6744
2026-08-0930.5011
2026-08-1630.7748
2026-08-2430.8595
2026-08-3131.1983
2026-09-0731.3203
2026-09-1431.4341
2026-09-2131.3973

High

31.4341

Low

28.7805

Average

30.2839

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.