Skip to content

BSD to GBP exchange rate API

Bahamian Dollar to Pound Sterling · quoted 2026-09-24

0.75538

▲ +1.71% over 1Y

1 BSD = 0.75538 GBP · 1 GBP = 1.3238 BSD · Get this rate via the API

1 BSD buys 0.75538 GBP as of 2026-09-24, so 1 GBP buys 1.3238 BSD. Over the last year, BSD/GBP traded between 0.72376 and 0.76662, averaged 0.74578 and rose 1.71%. The API holds daily BSD/GBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BSD/GBP over 1Y

BSD/GBP over 1Y: show the values
PointBSD/GBP
2025-09-240.74268
2025-10-010.74241
2025-10-080.74576
2025-10-150.74901
2025-10-220.74989
2025-10-290.75687
2025-11-050.76662
2025-11-120.76218
2025-11-190.76206
2025-11-260.75805
2025-12-030.75128
2025-12-110.74705
2025-12-180.74631
2025-12-250.73992
2026-01-010.74258
2026-01-080.74407
2026-01-150.74621
2026-01-220.74509
2026-01-290.72376
2026-02-050.73665
2026-02-120.73199
2026-02-190.74347
2026-02-260.73802
2026-03-050.74841
2026-03-120.74689
2026-03-190.75192
2026-03-260.74976
2026-04-020.75708
2026-04-090.74551
2026-04-160.74024
2026-04-230.73782
2026-04-300.74004
2026-05-070.73160
2026-05-150.74520
2026-05-230.74451
2026-05-300.74310
2026-06-060.74959
2026-06-150.74509
2026-06-220.75478
2026-06-290.75587
2026-07-060.74935
2026-07-130.74694
2026-07-200.74294
2026-07-270.75094
2026-08-030.74238
2026-08-100.74050
2026-08-170.73751
2026-08-250.73358
2026-09-010.73904
2026-09-080.73825
2026-09-150.74166
2026-09-220.74832

High

0.76662

Low

0.72376

Average

0.74578

For developers

Get this rate via the API

One GET request returns the BSD/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=BSD&currencies=GBP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD&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=BSD&currencies=GBP").json()

Replace YOUR_API_KEY with the key from your dashboard.

BSD/GBP API questions

How do I get the BSD/GBP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD&currencies=GBP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BSD/GBP rate in rates.GBP.

How far back does BSD/GBP historical data go?

Daily BSD/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 BSD/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.