Skip to content

GIP to BBD exchange rate API

Gibraltar Pound to Barbados Dollar · quoted 2026-09-26

2.6493

▼ +0.72% over 1Y

1 GIP = 2.6493 BBD · 1 BBD = 0.37746 GIP · Get this rate via the API

1 GIP buys 2.6493 BBD as of 2026-09-26, so 1 BBD buys 0.37746 GIP. Over the last year, GIP/BBD traded between 2.6170 and 2.7406, averaged 2.6818 and fell 0.72%. The API holds daily GIP/BBD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GIP/BBD over 1Y

GIP/BBD over 1Y: show the values
PointGIP/BBD
2025-09-262.6684
2025-10-032.6879
2025-10-102.6605
2025-10-172.6876
2025-10-242.6649
2025-10-312.6314
2025-11-072.6250
2025-11-142.6299
2025-11-212.6170
2025-11-282.6464
2025-12-052.6666
2025-12-132.6746
2025-12-202.6752
2025-12-272.6985
2026-01-032.6915
2026-01-102.6798
2026-01-172.6688
2026-01-242.7296
2026-01-312.7368
2026-02-072.7226
2026-02-142.7311
2026-02-212.6960
2026-02-282.6977
2026-03-072.6834
2026-03-142.6466
2026-03-212.6688
2026-03-282.6891
2026-04-042.6386
2026-04-112.7064
2026-04-182.7263
2026-04-252.7136
2026-05-022.7357
2026-05-092.7406
2026-05-172.6654
2026-05-252.6950
2026-06-012.6912
2026-06-102.6770
2026-06-172.6861
2026-06-242.6391
2026-07-012.6467
2026-07-082.6717
2026-07-152.6815
2026-07-222.6768
2026-07-292.6593
2026-08-052.6911
2026-08-122.7007
2026-08-202.7213
2026-08-272.7164
2026-09-032.6991
2026-09-102.7111
2026-09-172.6755
2026-09-242.6469

High

2.7406

Low

2.6170

Average

2.6818

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=BBD").json()

Replace YOUR_API_KEY with the key from your dashboard.

GIP/BBD API questions

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

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

How far back does GIP/BBD historical data go?

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