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: show the values
| Point | BBD/GEL |
|---|---|
| 2025-09-26 | 1.3526 |
| 2025-10-03 | 1.3602 |
| 2025-10-10 | 1.3540 |
| 2025-10-17 | 1.3526 |
| 2025-10-24 | 1.3611 |
| 2025-10-31 | 1.3558 |
| 2025-11-07 | 1.3519 |
| 2025-11-14 | 1.3530 |
| 2025-11-21 | 1.3520 |
| 2025-11-28 | 1.3507 |
| 2025-12-05 | 1.3494 |
| 2025-12-13 | 1.3464 |
| 2025-12-20 | 1.3464 |
| 2025-12-27 | 1.3452 |
| 2026-01-03 | 1.3450 |
| 2026-01-10 | 1.3477 |
| 2026-01-17 | 1.3460 |
| 2026-01-24 | 1.3450 |
| 2026-01-31 | 1.3462 |
| 2026-02-07 | 1.3452 |
| 2026-02-14 | 1.3385 |
| 2026-02-21 | 1.3375 |
| 2026-02-28 | 1.3347 |
| 2026-03-07 | 1.3637 |
| 2026-03-14 | 1.3640 |
| 2026-03-21 | 1.3565 |
| 2026-03-28 | 1.3307 |
| 2026-04-04 | 1.3457 |
| 2026-04-11 | 1.3363 |
| 2026-04-18 | 1.3426 |
| 2026-04-25 | 1.3330 |
| 2026-05-02 | 1.3305 |
| 2026-05-09 | 1.3283 |
| 2026-05-17 | 1.3364 |
| 2026-05-25 | 1.3338 |
| 2026-06-01 | 1.3292 |
| 2026-06-10 | 1.3270 |
| 2026-06-17 | 1.3243 |
| 2026-06-24 | 1.3212 |
| 2026-07-01 | 1.3183 |
| 2026-07-08 | 1.3156 |
| 2026-07-15 | 1.3138 |
| 2026-07-22 | 1.3112 |
| 2026-07-29 | 1.3099 |
| 2026-08-05 | 1.3074 |
| 2026-08-12 | 1.3069 |
| 2026-08-20 | 1.3027 |
| 2026-08-27 | 1.3019 |
| 2026-09-03 | 1.3031 |
| 2026-09-10 | 1.3010 |
| 2026-09-17 | 1.2997 |
| 2026-09-24 | 1.3047 |
High
1.3640
Low
1.2997
Average
1.3343
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=GEL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=GEL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=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¤cies=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.