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: show the values
| Point | BBD/PHP |
|---|---|
| 2025-12-31 | 29.4749 |
| 2026-01-07 | 29.6581 |
| 2026-01-14 | 29.7322 |
| 2026-01-21 | 29.6179 |
| 2026-01-28 | 29.3774 |
| 2026-02-04 | 29.4928 |
| 2026-02-11 | 29.2755 |
| 2026-02-18 | 28.9367 |
| 2026-02-25 | 28.7805 |
| 2026-03-04 | 29.2347 |
| 2026-03-11 | 29.6270 |
| 2026-03-18 | 30.0004 |
| 2026-03-25 | 30.0319 |
| 2026-04-01 | 30.0926 |
| 2026-04-08 | 29.6989 |
| 2026-04-15 | 29.8229 |
| 2026-04-22 | 29.8276 |
| 2026-04-29 | 30.5912 |
| 2026-05-06 | 30.2290 |
| 2026-05-14 | 30.7631 |
| 2026-05-21 | 30.7988 |
| 2026-05-29 | 30.7858 |
| 2026-06-05 | 30.7268 |
| 2026-06-14 | 30.4414 |
| 2026-06-21 | 30.4291 |
| 2026-06-28 | 30.7230 |
| 2026-07-05 | 30.7721 |
| 2026-07-12 | 30.8126 |
| 2026-07-19 | 30.8505 |
| 2026-07-26 | 30.9551 |
| 2026-08-02 | 30.6744 |
| 2026-08-09 | 30.5011 |
| 2026-08-16 | 30.7748 |
| 2026-08-24 | 30.8595 |
| 2026-08-31 | 31.1983 |
| 2026-09-07 | 31.3203 |
| 2026-09-14 | 31.4341 |
| 2026-09-21 | 31.3973 |
High
31.4341
Low
28.7805
Average
30.2839
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.