Skip to content

GIP to BHD exchange rate API

Gibraltar Pound to Bahraini Dinar · quoted 2026-09-25

0.50014

▼ +1.62% over 1Y

1 GIP = 0.50014 BHD · 1 BHD = 1.9994 GIP · Get this rate via the API

1 GIP buys 0.50014 BHD as of 2026-09-25, so 1 BHD buys 1.9994 GIP. Over the last year, GIP/BHD traded between 0.49307 and 0.51967, averaged 0.50690 and fell 1.62%. The API holds daily GIP/BHD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GIP/BHD over 1Y

GIP/BHD over 1Y: show the values
PointGIP/BHD
2025-09-250.50837
2025-10-020.50958
2025-10-090.50675
2025-10-160.50791
2025-10-230.50423
2025-10-300.49909
2025-11-060.49372
2025-11-130.49594
2025-11-200.49307
2025-11-270.50099
2025-12-040.50418
2025-12-120.50606
2025-12-190.50582
2025-12-260.51096
2026-01-020.50980
2026-01-090.50744
2026-01-160.50582
2026-01-230.51008
2026-01-300.51967
2026-02-060.51205
2026-02-130.51482
2026-02-200.50788
2026-02-270.50987
2026-03-060.50607
2026-03-130.50603
2026-03-200.50912
2026-03-270.50646
2026-04-030.50633
2026-04-100.50839
2026-04-170.51309
2026-04-240.51137
2026-05-010.51110
2026-05-080.51467
2026-05-160.50109
2026-05-240.50643
2026-05-310.50727
2026-06-090.50464
2026-06-160.50648
2026-06-230.50079
2026-06-300.50016
2026-07-070.50602
2026-07-140.50481
2026-07-210.50777
2026-07-280.50266
2026-08-040.50753
2026-08-110.51062
2026-08-180.51193
2026-08-260.51572
2026-09-020.51030
2026-09-090.51199
2026-09-160.50951
2026-09-230.50325

High

0.51967

Low

0.49307

Average

0.50690

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GIP/BHD API questions

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

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

How far back does GIP/BHD historical data go?

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