Skip to content

BBD to GHS exchange rate API

Barbados Dollar to Ghana Cedi · quoted 2026-09-26

5.8084

▲ +5.97% over 6M

1 BBD = 5.8084 GHS · 1 GHS = 0.17216 BBD · Get this rate via the API

1 BBD buys 5.8084 GHS as of 2026-09-26, so 1 GHS buys 0.17216 BBD. Over the last 6 months, BBD/GHS traded between 5.4639 and 5.8862, averaged 5.6636 and rose 5.97%. The API holds daily BBD/GHS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/GHS over 6M

BBD/GHS over 6M: show the values
PointBBD/GHS
2026-03-305.4810
2026-04-065.5003
2026-04-135.4639
2026-04-205.4864
2026-04-275.5120
2026-05-045.5586
2026-05-115.5930
2026-05-195.7200
2026-05-275.8242
2026-06-035.8862
2026-06-125.5524
2026-06-195.6049
2026-06-265.6200
2026-07-035.6790
2026-07-105.7092
2026-07-175.7632
2026-07-245.8092
2026-07-315.8311
2026-08-075.8764
2026-08-145.4809
2026-08-225.5579
2026-08-295.6105
2026-09-055.6923
2026-09-125.7295
2026-09-195.7584
2026-09-265.8084

High

5.8862

Low

5.4639

Average

5.6636

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/GHS API questions

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

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

How far back does BBD/GHS historical data go?

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