GEL to BDT exchange rate API
Lari to Taka · quoted 2026-09-25
47.3541
▲ +0.65% over 30D
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 last 30 days, GEL/BDT traded between 47.0215 and 47.4479, averaged 47.2805 and rose 0.65%. 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 30D: show the values
| Point | GEL/BDT |
|---|---|
| 2026-08-26 | 47.0487 |
| 2026-08-27 | 47.2917 |
| 2026-08-28 | 47.2909 |
| 2026-08-29 | 47.3725 |
| 2026-08-30 | 47.3415 |
| 2026-08-31 | 47.3996 |
| 2026-09-01 | 47.0876 |
| 2026-09-02 | 47.0215 |
| 2026-09-03 | 47.1008 |
| 2026-09-04 | 47.0798 |
| 2026-09-05 | 47.1482 |
| 2026-09-06 | 47.3659 |
| 2026-09-07 | 47.2468 |
| 2026-09-08 | 47.2062 |
| 2026-09-09 | 47.2462 |
| 2026-09-10 | 47.3603 |
| 2026-09-11 | 47.4479 |
| 2026-09-12 | 47.4192 |
| 2026-09-13 | 47.2341 |
| 2026-09-14 | 47.4409 |
| 2026-09-15 | 47.3774 |
| 2026-09-16 | 47.3878 |
| 2026-09-17 | 47.4111 |
| 2026-09-18 | 47.3650 |
| 2026-09-19 | 47.2354 |
| 2026-09-20 | 47.4250 |
| 2026-09-21 | 47.2347 |
| 2026-09-22 | 47.2653 |
| 2026-09-23 | 47.2255 |
| 2026-09-24 | 47.1917 |
| 2026-09-25 | 47.3541 |
High
47.4479
Low
47.0215
Average
47.2805
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.