Skip to content

GEL to BBD exchange rate API

Lari to Barbados Dollar · quoted 2026-09-25

0.76898

▲ +4.13% over 1Y

1 GEL = 0.76898 BBD · 1 BBD = 1.3004 GEL · Get this rate via the API

1 GEL buys 0.76898 BBD as of 2026-09-25, so 1 BBD buys 1.3004 GEL. Over the last year, GEL/BBD traded between 0.73425 and 0.76963, averaged 0.74936 and rose 4.13%. The API holds daily GEL/BBD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/BBD over 1Y

GEL/BBD over 1Y: show the values
PointGEL/BBD
2025-09-250.73847
2025-10-020.73425
2025-10-090.73803
2025-10-160.73867
2025-10-230.73758
2025-10-300.73736
2025-11-060.73924
2025-11-130.73952
2025-11-200.73966
2025-11-270.74124
2025-12-040.74109
2025-12-120.74189
2025-12-190.74269
2025-12-260.74235
2026-01-020.74303
2026-01-090.74232
2026-01-160.74257
2026-01-230.74329
2026-01-300.74391
2026-02-060.74425
2026-02-130.74559
2026-02-200.74720
2026-02-270.74837
2026-03-060.73459
2026-03-130.73478
2026-03-200.73505
2026-03-270.74141
2026-04-030.74513
2026-04-100.74789
2026-04-170.74733
2026-04-240.75020
2026-05-010.75029
2026-05-080.75404
2026-05-160.74876
2026-05-240.74985
2026-05-310.75108
2026-06-090.75347
2026-06-160.75460
2026-06-230.75581
2026-06-300.75827
2026-07-070.75958
2026-07-140.76112
2026-07-210.76287
2026-07-280.76314
2026-08-040.76410
2026-08-110.76493
2026-08-180.76726
2026-08-260.76614
2026-09-020.76637
2026-09-090.76876
2026-09-160.76963
2026-09-230.76836

High

0.76963

Low

0.73425

Average

0.74936

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/BBD API questions

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

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

How far back does GEL/BBD historical data go?

Daily GEL/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 GEL/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.