Skip to content

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

GEL/BDT over YTD: show the values
PointGEL/BDT
2025-12-3145.4729
2026-01-0745.3542
2026-01-1445.3863
2026-01-2145.4743
2026-01-2845.4149
2026-02-0445.3966
2026-02-1145.5413
2026-02-1845.6162
2026-02-2545.7273
2026-03-0445.2162
2026-03-1145.0012
2026-03-1845.1920
2026-03-2545.2905
2026-04-0145.7350
2026-04-0845.7022
2026-04-1545.8004
2026-04-2245.6441
2026-04-2945.5817
2026-05-0645.5986
2026-05-1445.8768
2026-05-2146.0632
2026-05-2946.0452
2026-06-0546.1622
2026-06-1446.2707
2026-06-2146.3974
2026-06-2846.6228
2026-07-0546.6871
2026-07-1246.8413
2026-07-1946.8766
2026-07-2647.0873
2026-08-0247.0132
2026-08-0947.4082
2026-08-1647.2227
2026-08-2447.1879
2026-08-3147.3996
2026-09-0747.2468
2026-09-1447.4409
2026-09-2147.2347

High

47.4409

Low

45.0012

Average

46.1688

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.