Skip to content

BBD to PHP exchange rate API

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

31.3532

▲ +7.82% over 1Y

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 year, BBD/PHP traded between 28.8703 and 31.3750, averaged 30.0264 and rose 7.82%. 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 1Y

BBD/PHP over 1Y: show the values
PointBBD/PHP
2025-09-2629.0798
2025-10-0328.9565
2025-10-1029.1403
2025-10-1729.0776
2025-10-2429.3158
2025-10-3129.3556
2025-11-0729.5731
2025-11-1429.4879
2025-11-2129.4345
2025-11-2829.3330
2025-12-0529.5058
2025-12-1329.5587
2025-12-2029.2855
2025-12-2729.3603
2026-01-0329.4059
2026-01-1029.6475
2026-01-1729.7047
2026-01-2429.4832
2026-01-3129.4552
2026-02-0729.2555
2026-02-1428.9517
2026-02-2128.9786
2026-02-2828.8703
2026-03-0729.5197
2026-03-1429.8760
2026-03-2130.0737
2026-03-2830.0599
2026-04-0430.2047
2026-04-1129.7393
2026-04-1829.5757
2026-04-2530.1840
2026-05-0230.4236
2026-05-0930.0494
2026-05-1730.8951
2026-05-2530.6429
2026-06-0130.8758
2026-06-1030.6924
2026-06-1730.2191
2026-06-2430.6900
2026-07-0130.8223
2026-07-0830.7782
2026-07-1530.8439
2026-07-2230.8814
2026-07-2930.7021
2026-08-0530.3756
2026-08-1230.6111
2026-08-2030.8638
2026-08-2730.9511
2026-09-0331.2548
2026-09-1031.2879
2026-09-1731.3588
2026-09-2431.3750

High

31.3750

Low

28.8703

Average

30.0264

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.