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: show the values
| Point | BBD/PHP |
|---|---|
| 2025-09-26 | 29.0798 |
| 2025-10-03 | 28.9565 |
| 2025-10-10 | 29.1403 |
| 2025-10-17 | 29.0776 |
| 2025-10-24 | 29.3158 |
| 2025-10-31 | 29.3556 |
| 2025-11-07 | 29.5731 |
| 2025-11-14 | 29.4879 |
| 2025-11-21 | 29.4345 |
| 2025-11-28 | 29.3330 |
| 2025-12-05 | 29.5058 |
| 2025-12-13 | 29.5587 |
| 2025-12-20 | 29.2855 |
| 2025-12-27 | 29.3603 |
| 2026-01-03 | 29.4059 |
| 2026-01-10 | 29.6475 |
| 2026-01-17 | 29.7047 |
| 2026-01-24 | 29.4832 |
| 2026-01-31 | 29.4552 |
| 2026-02-07 | 29.2555 |
| 2026-02-14 | 28.9517 |
| 2026-02-21 | 28.9786 |
| 2026-02-28 | 28.8703 |
| 2026-03-07 | 29.5197 |
| 2026-03-14 | 29.8760 |
| 2026-03-21 | 30.0737 |
| 2026-03-28 | 30.0599 |
| 2026-04-04 | 30.2047 |
| 2026-04-11 | 29.7393 |
| 2026-04-18 | 29.5757 |
| 2026-04-25 | 30.1840 |
| 2026-05-02 | 30.4236 |
| 2026-05-09 | 30.0494 |
| 2026-05-17 | 30.8951 |
| 2026-05-25 | 30.6429 |
| 2026-06-01 | 30.8758 |
| 2026-06-10 | 30.6924 |
| 2026-06-17 | 30.2191 |
| 2026-06-24 | 30.6900 |
| 2026-07-01 | 30.8223 |
| 2026-07-08 | 30.7782 |
| 2026-07-15 | 30.8439 |
| 2026-07-22 | 30.8814 |
| 2026-07-29 | 30.7021 |
| 2026-08-05 | 30.3756 |
| 2026-08-12 | 30.6111 |
| 2026-08-20 | 30.8638 |
| 2026-08-27 | 30.9511 |
| 2026-09-03 | 31.2548 |
| 2026-09-10 | 31.2879 |
| 2026-09-17 | 31.3588 |
| 2026-09-24 | 31.3750 |
High
31.3750
Low
28.8703
Average
30.0264
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=PHP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=PHP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=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¤cies=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.