Skip to content

GIP to BBD exchange rate API

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

2.6493

▼ +1.60% over YTD

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 year to date, GIP/BBD traded between 2.6395 and 2.7594, averaged 2.6935 and fell 1.60%. 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 YTD

GIP/BBD over YTD: show the values
PointGIP/BBD
2025-12-312.6922
2026-01-072.7023
2026-01-142.6855
2026-01-212.6899
2026-01-282.7594
2026-02-042.7409
2026-02-112.7315
2026-02-182.7114
2026-02-252.7024
2026-03-042.6666
2026-03-112.6877
2026-03-182.6711
2026-03-252.6809
2026-04-012.6476
2026-04-082.6797
2026-04-152.7118
2026-04-222.7307
2026-04-292.7287
2026-05-062.7203
2026-05-142.7056
2026-05-212.6856
2026-05-292.6869
2026-06-052.6856
2026-06-142.6814
2026-06-212.6464
2026-06-282.6395
2026-07-052.6706
2026-07-122.6804
2026-07-192.6905
2026-07-262.6648
2026-08-022.6961
2026-08-092.6983
2026-08-162.7064
2026-08-242.7286
2026-08-312.7089
2026-09-072.7019
2026-09-142.7010
2026-09-212.6766

High

2.7594

Low

2.6395

Average

2.6935

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.