GEL to BDT exchange rate API
Lari to Taka · quoted 2026-09-25
47.3541
▲ +4.14% over YTD
1 GEL = 47.3541 BDT · 1 BDT = 0.02112 GEL · Get this rate via the API
1 GEL buys 47.3541 BDT as of 2026-09-25, so 1 BDT buys 0.02112 GEL. Over the year to date, GEL/BDT traded between 45.0012 and 47.4409, averaged 46.1688 and rose 4.14%. The API holds daily GEL/BDT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GEL/BDT over YTD: show the values
| Point | GEL/BDT |
|---|---|
| 2025-12-31 | 45.4729 |
| 2026-01-07 | 45.3542 |
| 2026-01-14 | 45.3863 |
| 2026-01-21 | 45.4743 |
| 2026-01-28 | 45.4149 |
| 2026-02-04 | 45.3966 |
| 2026-02-11 | 45.5413 |
| 2026-02-18 | 45.6162 |
| 2026-02-25 | 45.7273 |
| 2026-03-04 | 45.2162 |
| 2026-03-11 | 45.0012 |
| 2026-03-18 | 45.1920 |
| 2026-03-25 | 45.2905 |
| 2026-04-01 | 45.7350 |
| 2026-04-08 | 45.7022 |
| 2026-04-15 | 45.8004 |
| 2026-04-22 | 45.6441 |
| 2026-04-29 | 45.5817 |
| 2026-05-06 | 45.5986 |
| 2026-05-14 | 45.8768 |
| 2026-05-21 | 46.0632 |
| 2026-05-29 | 46.0452 |
| 2026-06-05 | 46.1622 |
| 2026-06-14 | 46.2707 |
| 2026-06-21 | 46.3974 |
| 2026-06-28 | 46.6228 |
| 2026-07-05 | 46.6871 |
| 2026-07-12 | 46.8413 |
| 2026-07-19 | 46.8766 |
| 2026-07-26 | 47.0873 |
| 2026-08-02 | 47.0132 |
| 2026-08-09 | 47.4082 |
| 2026-08-16 | 47.2227 |
| 2026-08-24 | 47.1879 |
| 2026-08-31 | 47.3996 |
| 2026-09-07 | 47.2468 |
| 2026-09-14 | 47.4409 |
| 2026-09-21 | 47.2347 |
High
47.4409
Low
45.0012
Average
46.1688
Get this rate via the API
One GET request returns the GEL/BDT 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=GEL¤cies=BDT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=BDT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=BDT").json()Replace YOUR_API_KEY with the key from your dashboard.
GEL/BDT API questions
How do I get the GEL/BDT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=BDT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/BDT rate in rates.BDT.
How far back does GEL/BDT historical data go?
Daily GEL/BDT 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/BDT 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.