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: show the values
| Point | LSL/BDT |
|---|---|
| 2025-09-27 | 7.0114 |
| 2025-10-04 | 7.0643 |
| 2025-10-11 | 6.9799 |
| 2025-10-18 | 7.0168 |
| 2025-10-25 | 7.0609 |
| 2025-11-01 | 7.0534 |
| 2025-11-08 | 7.0681 |
| 2025-11-15 | 7.1488 |
| 2025-11-22 | 7.0409 |
| 2025-11-29 | 7.1532 |
| 2025-12-06 | 7.2240 |
| 2025-12-14 | 7.2545 |
| 2025-12-21 | 7.2868 |
| 2025-12-28 | 7.3454 |
| 2026-01-04 | 7.4170 |
| 2026-01-11 | 7.4036 |
| 2026-01-18 | 7.4511 |
| 2026-01-25 | 7.5963 |
| 2026-02-01 | 7.5695 |
| 2026-02-08 | 7.6277 |
| 2026-02-15 | 7.6718 |
| 2026-02-22 | 7.6322 |
| 2026-03-01 | 7.6957 |
| 2026-03-08 | 7.3942 |
| 2026-03-15 | 7.2724 |
| 2026-03-22 | 7.2271 |
| 2026-03-29 | 7.1816 |
| 2026-04-05 | 7.2357 |
| 2026-04-12 | 7.4880 |
| 2026-04-19 | 7.5012 |
| 2026-04-26 | 7.3789 |
| 2026-05-03 | 7.3663 |
| 2026-05-10 | 7.4794 |
| 2026-05-18 | 7.4098 |
| 2026-05-26 | 7.5164 |
| 2026-06-02 | 7.5423 |
| 2026-06-11 | 7.4342 |
| 2026-06-18 | 7.5248 |
| 2026-06-25 | 7.4275 |
| 2026-07-02 | 7.5166 |
| 2026-07-09 | 7.5150 |
| 2026-07-16 | 7.5276 |
| 2026-07-23 | 7.5396 |
| 2026-07-30 | 7.4055 |
| 2026-08-06 | 7.5771 |
| 2026-08-13 | 7.6159 |
| 2026-08-21 | 7.5932 |
| 2026-08-28 | 7.7022 |
| 2026-09-04 | 7.6888 |
| 2026-09-11 | 7.6095 |
| 2026-09-18 | 7.5617 |
| 2026-09-25 | 7.4918 |
High
7.7022
Low
6.9799
Average
7.3977
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LSL¤cies=BDT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LSL¤cies=BDT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LSL¤cies=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¤cies=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.