Skip to content

BBD to GEL exchange rate API

Barbados Dollar to Lari · quoted 2026-09-26

1.3022

▼ +3.72% over 1Y

1 BBD = 1.3022 GEL · 1 GEL = 0.76790 BBD · Get this rate via the API

1 BBD buys 1.3022 GEL as of 2026-09-26, so 1 GEL buys 0.76790 BBD. Over the last year, BBD/GEL traded between 1.2997 and 1.3640, averaged 1.3343 and fell 3.72%. The API holds daily BBD/GEL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/GEL over 1Y

BBD/GEL over 1Y: show the values
PointBBD/GEL
2025-09-261.3526
2025-10-031.3602
2025-10-101.3540
2025-10-171.3526
2025-10-241.3611
2025-10-311.3558
2025-11-071.3519
2025-11-141.3530
2025-11-211.3520
2025-11-281.3507
2025-12-051.3494
2025-12-131.3464
2025-12-201.3464
2025-12-271.3452
2026-01-031.3450
2026-01-101.3477
2026-01-171.3460
2026-01-241.3450
2026-01-311.3462
2026-02-071.3452
2026-02-141.3385
2026-02-211.3375
2026-02-281.3347
2026-03-071.3637
2026-03-141.3640
2026-03-211.3565
2026-03-281.3307
2026-04-041.3457
2026-04-111.3363
2026-04-181.3426
2026-04-251.3330
2026-05-021.3305
2026-05-091.3283
2026-05-171.3364
2026-05-251.3338
2026-06-011.3292
2026-06-101.3270
2026-06-171.3243
2026-06-241.3212
2026-07-011.3183
2026-07-081.3156
2026-07-151.3138
2026-07-221.3112
2026-07-291.3099
2026-08-051.3074
2026-08-121.3069
2026-08-201.3027
2026-08-271.3019
2026-09-031.3031
2026-09-101.3010
2026-09-171.2997
2026-09-241.3047

High

1.3640

Low

1.2997

Average

1.3343

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/GEL API questions

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

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

How far back does BBD/GEL historical data go?

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