Skip to content

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

BBD/GBP over 1Y: show the values
PointBBD/GBP
2025-09-260.37440
2025-10-030.37183
2025-10-100.37643
2025-10-170.37218
2025-10-240.37573
2025-10-310.38151
2025-11-070.38106
2025-11-140.37972
2025-11-210.38207
2025-11-280.37835
2025-12-050.37471
2025-12-130.37389
2025-12-200.37380
2025-12-270.37057
2026-01-030.37154
2026-01-100.37317
2026-01-170.37470
2026-01-240.36635
2026-01-310.36539
2026-02-070.36729
2026-02-140.36616
2026-02-210.37092
2026-02-280.37078
2026-03-070.37266
2026-03-140.37784
2026-03-210.37470
2026-03-280.37419
2026-04-040.37895
2026-04-110.36914
2026-04-180.36715
2026-04-250.36850
2026-05-020.36558
2026-05-090.36421
2026-05-170.37529
2026-05-250.37041
2026-06-010.37134
2026-06-100.37364
2026-06-170.37297
2026-06-240.37992
2026-07-010.37764
2026-07-080.37458
2026-07-150.37302
2026-07-220.37404
2026-07-290.37625
2026-08-050.37095
2026-08-120.36967
2026-08-200.36694
2026-08-270.36814
2026-09-030.37045
2026-09-100.36981
2026-09-170.37379
2026-09-240.37823

High

0.38207

Low

0.36421

Average

0.37302

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=GBP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=GBP");
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=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&currencies=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.