Skip to content

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

BHD/GEL over 1Y: show the values
PointBHD/GEL
2025-09-277.1910
2025-10-047.2473
2025-10-117.1982
2025-10-187.1888
2025-10-257.2167
2025-11-017.2045
2025-11-087.1942
2025-11-157.1905
2025-11-227.1915
2025-11-297.1809
2025-12-067.1715
2025-12-147.1433
2025-12-217.1434
2025-12-287.1379
2026-01-047.1289
2026-01-117.1365
2026-01-187.1304
2026-01-257.1346
2026-02-017.1323
2026-02-087.1271
2026-02-157.1047
2026-02-227.0950
2026-03-017.0849
2026-03-087.2308
2026-03-157.2285
2026-03-227.2296
2026-03-297.1350
2026-04-057.1386
2026-04-127.1238
2026-04-197.1538
2026-04-267.0923
2026-05-037.0893
2026-05-107.0841
2026-05-187.0893
2026-05-267.0502
2026-06-027.0325
2026-06-117.0164
2026-06-187.0029
2026-06-256.9958
2026-07-026.9867
2026-07-096.9607
2026-07-166.9493
2026-07-236.9339
2026-07-306.9317
2026-08-066.9165
2026-08-136.9108
2026-08-216.8806
2026-08-286.8919
2026-09-046.9077
2026-09-116.8822
2026-09-186.8608
2026-09-256.8824

High

7.2473

Low

6.8608

Average

7.0789

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD&currencies=GEL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD&currencies=GEL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD&currencies=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&currencies=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.