Skip to content

BBD to SHP exchange rate API

Barbados Dollar to Saint Helena Pound · quoted 2026-09-24

0.37779

▲ +2.10% over 1Y

1 BBD = 0.37779 SHP · 1 SHP = 2.6469 BBD · Get this rate via the API

1 BBD buys 0.37779 SHP as of 2026-09-24, so 1 SHP buys 2.6469 BBD. Over the last year, BBD/SHP traded between 0.36207 and 0.38394, averaged 0.37306 and rose 2.10%. The API holds daily BBD/SHP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/SHP over 1Y

BBD/SHP over 1Y: show the values
PointBBD/SHP
2025-09-240.37004
2025-10-010.37197
2025-10-080.37312
2025-10-150.37487
2025-10-220.37395
2025-10-290.37694
2025-11-050.38394
2025-11-120.38051
2025-11-190.38068
2025-11-260.37931
2025-12-030.37801
2025-12-110.37411
2025-12-180.37409
2025-12-250.36996
2026-01-010.37103
2026-01-080.37163
2026-01-150.37222
2026-01-220.37225
2026-01-290.36207
2026-02-050.36660
2026-02-120.37166
2026-02-190.37046
2026-02-260.36868
2026-03-050.37422
2026-03-120.37401
2026-03-190.37610
2026-03-260.37443
2026-04-020.37748
2026-04-130.37124
2026-04-200.36946
2026-04-270.37129
2026-05-040.37061
2026-05-110.37168
2026-05-190.37277
2026-05-270.37161
2026-06-030.37147
2026-06-120.37269
2026-06-190.37968
2026-06-260.37882
2026-07-030.37426
2026-07-100.37197
2026-07-170.37131
2026-07-240.37558
2026-07-310.37184
2026-08-070.37164
2026-08-140.37059
2026-08-220.36643
2026-08-290.36946
2026-09-050.36990
2026-09-120.36960
2026-09-190.37331

High

0.38394

Low

0.36207

Average

0.37306

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/SHP API questions

How do I get the BBD/SHP exchange rate from an API?

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

How far back does BBD/SHP historical data go?

Daily BBD/SHP 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/SHP 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.