GEL to BDT exchange rate API
Lari to Taka · quoted 2026-09-25
47.3541
▲ +5.36% over 1Y
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 year, GEL/BDT traded between 44.6786 and 47.3878, averaged 45.9043 and rose 5.36%. 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 1Y: show the values
| Point | GEL/BDT |
|---|---|
| 2025-09-25 | 44.9462 |
| 2025-10-02 | 44.6786 |
| 2025-10-09 | 44.9363 |
| 2025-10-16 | 44.9684 |
| 2025-10-23 | 45.1278 |
| 2025-10-30 | 45.0797 |
| 2025-11-06 | 45.0959 |
| 2025-11-13 | 45.1755 |
| 2025-11-20 | 45.2778 |
| 2025-11-27 | 45.3207 |
| 2025-12-04 | 45.3340 |
| 2025-12-12 | 45.3014 |
| 2025-12-19 | 45.4036 |
| 2025-12-26 | 45.3487 |
| 2026-01-02 | 45.4433 |
| 2026-01-09 | 45.3818 |
| 2026-01-16 | 45.4275 |
| 2026-01-23 | 45.4463 |
| 2026-01-30 | 45.4765 |
| 2026-02-06 | 45.5277 |
| 2026-02-13 | 45.6043 |
| 2026-02-20 | 45.6696 |
| 2026-02-27 | 45.7430 |
| 2026-03-06 | 44.9117 |
| 2026-03-13 | 45.1291 |
| 2026-03-20 | 45.0255 |
| 2026-03-27 | 45.4554 |
| 2026-04-03 | 45.6502 |
| 2026-04-10 | 45.6360 |
| 2026-04-17 | 45.6059 |
| 2026-04-24 | 45.7048 |
| 2026-05-01 | 45.7073 |
| 2026-05-08 | 45.8585 |
| 2026-05-16 | 45.9618 |
| 2026-05-24 | 46.0262 |
| 2026-05-31 | 46.1152 |
| 2026-06-09 | 46.2543 |
| 2026-06-16 | 46.3379 |
| 2026-06-23 | 46.4421 |
| 2026-06-30 | 46.6878 |
| 2026-07-07 | 46.7742 |
| 2026-07-14 | 46.9549 |
| 2026-07-21 | 47.0796 |
| 2026-07-28 | 47.1472 |
| 2026-08-04 | 47.2636 |
| 2026-08-11 | 47.2540 |
| 2026-08-18 | 46.9480 |
| 2026-08-26 | 47.0487 |
| 2026-09-02 | 47.0215 |
| 2026-09-09 | 47.2462 |
| 2026-09-16 | 47.3878 |
| 2026-09-23 | 47.2255 |
High
47.3878
Low
44.6786
Average
45.9043
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.