BHD to GEL exchange rate API
Bahraini Dinar to Lari · quoted 2026-09-27
6.9169
▼ +3.81% over 1Y
1 BHD = 6.9169 GEL · 1 GEL = 0.14457 BHD · Get this rate via the API
1 BHD buys 6.9169 GEL as of 2026-09-27, so 1 GEL buys 0.14457 BHD. Over the last year, BHD/GEL traded between 6.8608 and 7.2473, averaged 7.0789 and fell 3.81%. The API holds daily BHD/GEL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BHD/GEL over 1Y: show the values
| Point | BHD/GEL |
|---|---|
| 2025-09-27 | 7.1910 |
| 2025-10-04 | 7.2473 |
| 2025-10-11 | 7.1982 |
| 2025-10-18 | 7.1888 |
| 2025-10-25 | 7.2167 |
| 2025-11-01 | 7.2045 |
| 2025-11-08 | 7.1942 |
| 2025-11-15 | 7.1905 |
| 2025-11-22 | 7.1915 |
| 2025-11-29 | 7.1809 |
| 2025-12-06 | 7.1715 |
| 2025-12-14 | 7.1433 |
| 2025-12-21 | 7.1434 |
| 2025-12-28 | 7.1379 |
| 2026-01-04 | 7.1289 |
| 2026-01-11 | 7.1365 |
| 2026-01-18 | 7.1304 |
| 2026-01-25 | 7.1346 |
| 2026-02-01 | 7.1323 |
| 2026-02-08 | 7.1271 |
| 2026-02-15 | 7.1047 |
| 2026-02-22 | 7.0950 |
| 2026-03-01 | 7.0849 |
| 2026-03-08 | 7.2308 |
| 2026-03-15 | 7.2285 |
| 2026-03-22 | 7.2296 |
| 2026-03-29 | 7.1350 |
| 2026-04-05 | 7.1386 |
| 2026-04-12 | 7.1238 |
| 2026-04-19 | 7.1538 |
| 2026-04-26 | 7.0923 |
| 2026-05-03 | 7.0893 |
| 2026-05-10 | 7.0841 |
| 2026-05-18 | 7.0893 |
| 2026-05-26 | 7.0502 |
| 2026-06-02 | 7.0325 |
| 2026-06-11 | 7.0164 |
| 2026-06-18 | 7.0029 |
| 2026-06-25 | 6.9958 |
| 2026-07-02 | 6.9867 |
| 2026-07-09 | 6.9607 |
| 2026-07-16 | 6.9493 |
| 2026-07-23 | 6.9339 |
| 2026-07-30 | 6.9317 |
| 2026-08-06 | 6.9165 |
| 2026-08-13 | 6.9108 |
| 2026-08-21 | 6.8806 |
| 2026-08-28 | 6.8919 |
| 2026-09-04 | 6.9077 |
| 2026-09-11 | 6.8822 |
| 2026-09-18 | 6.8608 |
| 2026-09-25 | 6.8824 |
High
7.2473
Low
6.8608
Average
7.0789
Get this rate via the API
One GET request returns the BHD/GEL rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=GEL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=GEL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=GEL").json()Replace YOUR_API_KEY with the key from your dashboard.
BHD/GEL API questions
How do I get the BHD/GEL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=GEL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BHD/GEL rate in rates.GEL.
How far back does BHD/GEL historical data go?
Daily BHD/GEL 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 BHD/GEL 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.