Skip to content

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

GEL/BDT over 1Y: show the values
PointGEL/BDT
2025-09-2544.9462
2025-10-0244.6786
2025-10-0944.9363
2025-10-1644.9684
2025-10-2345.1278
2025-10-3045.0797
2025-11-0645.0959
2025-11-1345.1755
2025-11-2045.2778
2025-11-2745.3207
2025-12-0445.3340
2025-12-1245.3014
2025-12-1945.4036
2025-12-2645.3487
2026-01-0245.4433
2026-01-0945.3818
2026-01-1645.4275
2026-01-2345.4463
2026-01-3045.4765
2026-02-0645.5277
2026-02-1345.6043
2026-02-2045.6696
2026-02-2745.7430
2026-03-0644.9117
2026-03-1345.1291
2026-03-2045.0255
2026-03-2745.4554
2026-04-0345.6502
2026-04-1045.6360
2026-04-1745.6059
2026-04-2445.7048
2026-05-0145.7073
2026-05-0845.8585
2026-05-1645.9618
2026-05-2446.0262
2026-05-3146.1152
2026-06-0946.2543
2026-06-1646.3379
2026-06-2346.4421
2026-06-3046.6878
2026-07-0746.7742
2026-07-1446.9549
2026-07-2147.0796
2026-07-2847.1472
2026-08-0447.2636
2026-08-1147.2540
2026-08-1846.9480
2026-08-2647.0487
2026-09-0247.0215
2026-09-0947.2462
2026-09-1647.3878
2026-09-2347.2255

High

47.3878

Low

44.6786

Average

45.9043

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.