Skip to content

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

GEL/BDT over 30D: show the values
PointGEL/BDT
2026-08-2647.0487
2026-08-2747.2917
2026-08-2847.2909
2026-08-2947.3725
2026-08-3047.3415
2026-08-3147.3996
2026-09-0147.0876
2026-09-0247.0215
2026-09-0347.1008
2026-09-0447.0798
2026-09-0547.1482
2026-09-0647.3659
2026-09-0747.2468
2026-09-0847.2062
2026-09-0947.2462
2026-09-1047.3603
2026-09-1147.4479
2026-09-1247.4192
2026-09-1347.2341
2026-09-1447.4409
2026-09-1547.3774
2026-09-1647.3878
2026-09-1747.4111
2026-09-1847.3650
2026-09-1947.2354
2026-09-2047.4250
2026-09-2147.2347
2026-09-2247.2653
2026-09-2347.2255
2026-09-2447.1917
2026-09-2547.3541

High

47.4479

Low

47.0215

Average

47.2805

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=BDT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=BDT");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=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&currencies=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.