Skip to content

BBD to GHS exchange rate API

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

5.8084

▼ +6.16% over 1Y

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 year, BBD/GHS traded between 5.2373 and 6.2619, averaged 5.6225 and fell 6.16%. 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 1Y

BBD/GHS over 1Y: show the values
PointBBD/GHS
2025-09-266.1893
2025-10-036.2619
2025-10-106.1914
2025-10-175.3237
2025-10-245.3991
2025-10-315.4321
2025-11-075.4625
2025-11-145.4825
2025-11-215.5340
2025-11-285.6162
2025-12-055.6989
2025-12-135.7421
2025-12-205.7449
2025-12-275.5675
2026-01-035.2373
2026-01-105.3575
2026-01-175.4124
2026-01-245.4375
2026-01-315.4673
2026-02-075.4775
2026-02-145.5075
2026-02-215.5025
2026-02-285.3375
2026-03-075.3875
2026-03-145.4371
2026-03-215.4475
2026-03-285.4462
2026-04-045.5025
2026-04-115.4736
2026-04-185.4869
2026-04-255.5220
2026-05-025.5615
2026-05-095.6064
2026-05-175.7100
2026-05-255.8018
2026-06-015.8654
2026-06-105.8420
2026-06-175.6363
2026-06-245.6118
2026-07-015.6609
2026-07-085.7044
2026-07-155.7364
2026-07-225.7917
2026-07-295.8181
2026-08-055.8530
2026-08-125.8622
2026-08-205.5327
2026-08-275.5982
2026-09-035.6465
2026-09-105.7158
2026-09-175.7487
2026-09-245.7922

High

6.2619

Low

5.2373

Average

5.6225

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.