Skip to content

LSL to BDT exchange rate API

Loti to Taka · quoted 2026-09-27

7.5776

▲ +8.08% over 1Y

1 LSL = 7.5776 BDT · 1 BDT = 0.13197 LSL · Get this rate via the API

1 LSL buys 7.5776 BDT as of 2026-09-27, so 1 BDT buys 0.13197 LSL. Over the last year, LSL/BDT traded between 6.9799 and 7.7022, averaged 7.3977 and rose 8.08%. The API holds daily LSL/BDT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LSL/BDT over 1Y

LSL/BDT over 1Y: show the values
PointLSL/BDT
2025-09-277.0114
2025-10-047.0643
2025-10-116.9799
2025-10-187.0168
2025-10-257.0609
2025-11-017.0534
2025-11-087.0681
2025-11-157.1488
2025-11-227.0409
2025-11-297.1532
2025-12-067.2240
2025-12-147.2545
2025-12-217.2868
2025-12-287.3454
2026-01-047.4170
2026-01-117.4036
2026-01-187.4511
2026-01-257.5963
2026-02-017.5695
2026-02-087.6277
2026-02-157.6718
2026-02-227.6322
2026-03-017.6957
2026-03-087.3942
2026-03-157.2724
2026-03-227.2271
2026-03-297.1816
2026-04-057.2357
2026-04-127.4880
2026-04-197.5012
2026-04-267.3789
2026-05-037.3663
2026-05-107.4794
2026-05-187.4098
2026-05-267.5164
2026-06-027.5423
2026-06-117.4342
2026-06-187.5248
2026-06-257.4275
2026-07-027.5166
2026-07-097.5150
2026-07-167.5276
2026-07-237.5396
2026-07-307.4055
2026-08-067.5771
2026-08-137.6159
2026-08-217.5932
2026-08-287.7022
2026-09-047.6888
2026-09-117.6095
2026-09-187.5617
2026-09-257.4918

High

7.7022

Low

6.9799

Average

7.3977

For developers

Get this rate via the API

One GET request returns the LSL/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=LSL&currencies=BDT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LSL&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=LSL&currencies=BDT").json()

Replace YOUR_API_KEY with the key from your dashboard.

LSL/BDT API questions

How do I get the LSL/BDT exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LSL&currencies=BDT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LSL/BDT rate in rates.BDT.

How far back does LSL/BDT historical data go?

Daily LSL/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 LSL/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.