Skip to content

BBD to STD exchange rate API

Barbados Dollar to Dobra · quoted 2026-09-25

10835.58

▲ +1.44% over 6M

1 BBD = 10835.58 STD · 1 STD = 0.000092 BBD · Get this rate via the API

1 BBD buys 10835.58 STD as of 2026-09-25, so 1 STD buys 0.000092 BBD. Over the last 6 months, BBD/STD traded between 10256.36 and 10858.45, averaged 10582.04 and rose 1.44%. The API holds daily BBD/STD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/STD over 6M

BBD/STD over 6M: show the values
PointBBD/STD
2026-03-2910681.87
2026-04-0510685.01
2026-04-1210291.96
2026-04-1910259.25
2026-04-2610293.23
2026-05-0310274.30
2026-05-1010304.00
2026-05-1810256.36
2026-05-2610598.16
2026-06-0210587.73
2026-06-1110708.74
2026-06-1810712.82
2026-06-2510817.45
2026-07-0210273.35
2026-07-0910792.26
2026-07-1610766.20
2026-07-2310858.45
2026-07-3010785.98
2026-08-0610674.25
2026-08-1310694.18
2026-08-2110566.12
2026-08-2810646.25
2026-09-0410619.85
2026-09-1110618.29
2026-09-1810277.82
2026-09-2510835.58

High

10858.45

Low

10256.36

Average

10582.04

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/STD API questions

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

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

How far back does BBD/STD historical data go?

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