BBD to GBP exchange rate API
Barbados Dollar to Pound Sterling · quoted 2026-09-26
0.37749
▲ +0.82% over 1Y
1 BBD = 0.37749 GBP · 1 GBP = 2.6491 BBD · Get this rate via the API
1 BBD buys 0.37749 GBP as of 2026-09-26, so 1 GBP buys 2.6491 BBD. Over the last year, BBD/GBP traded between 0.36421 and 0.38207, averaged 0.37302 and rose 0.82%. The API holds daily BBD/GBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BBD/GBP over 1Y: show the values
| Point | BBD/GBP |
|---|---|
| 2025-09-26 | 0.37440 |
| 2025-10-03 | 0.37183 |
| 2025-10-10 | 0.37643 |
| 2025-10-17 | 0.37218 |
| 2025-10-24 | 0.37573 |
| 2025-10-31 | 0.38151 |
| 2025-11-07 | 0.38106 |
| 2025-11-14 | 0.37972 |
| 2025-11-21 | 0.38207 |
| 2025-11-28 | 0.37835 |
| 2025-12-05 | 0.37471 |
| 2025-12-13 | 0.37389 |
| 2025-12-20 | 0.37380 |
| 2025-12-27 | 0.37057 |
| 2026-01-03 | 0.37154 |
| 2026-01-10 | 0.37317 |
| 2026-01-17 | 0.37470 |
| 2026-01-24 | 0.36635 |
| 2026-01-31 | 0.36539 |
| 2026-02-07 | 0.36729 |
| 2026-02-14 | 0.36616 |
| 2026-02-21 | 0.37092 |
| 2026-02-28 | 0.37078 |
| 2026-03-07 | 0.37266 |
| 2026-03-14 | 0.37784 |
| 2026-03-21 | 0.37470 |
| 2026-03-28 | 0.37419 |
| 2026-04-04 | 0.37895 |
| 2026-04-11 | 0.36914 |
| 2026-04-18 | 0.36715 |
| 2026-04-25 | 0.36850 |
| 2026-05-02 | 0.36558 |
| 2026-05-09 | 0.36421 |
| 2026-05-17 | 0.37529 |
| 2026-05-25 | 0.37041 |
| 2026-06-01 | 0.37134 |
| 2026-06-10 | 0.37364 |
| 2026-06-17 | 0.37297 |
| 2026-06-24 | 0.37992 |
| 2026-07-01 | 0.37764 |
| 2026-07-08 | 0.37458 |
| 2026-07-15 | 0.37302 |
| 2026-07-22 | 0.37404 |
| 2026-07-29 | 0.37625 |
| 2026-08-05 | 0.37095 |
| 2026-08-12 | 0.36967 |
| 2026-08-20 | 0.36694 |
| 2026-08-27 | 0.36814 |
| 2026-09-03 | 0.37045 |
| 2026-09-10 | 0.36981 |
| 2026-09-17 | 0.37379 |
| 2026-09-24 | 0.37823 |
High
0.38207
Low
0.36421
Average
0.37302
Get this rate via the API
One GET request returns the BBD/GBP 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=GBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=GBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=GBP").json()Replace YOUR_API_KEY with the key from your dashboard.
BBD/GBP API questions
How do I get the BBD/GBP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=GBP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/GBP rate in rates.GBP.
How far back does BBD/GBP historical data go?
Daily BBD/GBP 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/GBP 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.