HNL to BDT exchange rate API
Lempira to Taka · quoted 2026-09-27
4.5873
▼ +1.49% over 1Y
1 HNL = 4.5873 BDT · 1 BDT = 0.21799 HNL · Get this rate via the API
1 HNL buys 4.5873 BDT as of 2026-09-27, so 1 BDT buys 0.21799 HNL. Over the last year, HNL/BDT traded between 4.5577 and 4.6965, averaged 4.6202 and fell 1.49%. The API holds daily HNL/BDT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HNL/BDT over 1Y: show the values
| Point | HNL/BDT |
|---|---|
| 2025-09-27 | 4.6567 |
| 2025-10-04 | 4.6444 |
| 2025-10-11 | 4.6595 |
| 2025-10-18 | 4.6512 |
| 2025-10-25 | 4.6589 |
| 2025-11-01 | 4.6490 |
| 2025-11-08 | 4.6485 |
| 2025-11-15 | 4.6439 |
| 2025-11-22 | 4.6473 |
| 2025-11-29 | 4.6474 |
| 2025-12-06 | 4.6496 |
| 2025-12-14 | 4.6403 |
| 2025-12-21 | 4.6326 |
| 2025-12-28 | 4.6400 |
| 2026-01-04 | 4.6323 |
| 2026-01-11 | 4.6232 |
| 2026-01-18 | 4.6231 |
| 2026-01-25 | 4.6255 |
| 2026-02-01 | 4.6239 |
| 2026-02-08 | 4.6177 |
| 2026-02-15 | 4.6146 |
| 2026-02-22 | 4.6145 |
| 2026-03-01 | 4.6128 |
| 2026-03-08 | 4.6154 |
| 2026-03-15 | 4.6279 |
| 2026-03-22 | 4.6265 |
| 2026-03-29 | 4.6237 |
| 2026-04-05 | 4.6261 |
| 2026-04-12 | 4.6258 |
| 2026-04-19 | 4.6273 |
| 2026-04-26 | 4.6175 |
| 2026-05-03 | 4.6102 |
| 2026-05-10 | 4.6157 |
| 2026-05-18 | 4.6152 |
| 2026-05-26 | 4.6164 |
| 2026-06-02 | 4.6117 |
| 2026-06-11 | 4.5972 |
| 2026-06-18 | 4.5967 |
| 2026-06-25 | 4.5923 |
| 2026-07-02 | 4.6965 |
| 2026-07-09 | 4.6036 |
| 2026-07-16 | 4.6070 |
| 2026-07-23 | 4.6100 |
| 2026-07-30 | 4.6031 |
| 2026-08-06 | 4.6128 |
| 2026-08-13 | 4.5788 |
| 2026-08-21 | 4.5577 |
| 2026-08-28 | 4.5896 |
| 2026-09-04 | 4.5741 |
| 2026-09-11 | 4.5998 |
| 2026-09-18 | 4.5618 |
| 2026-09-25 | 4.5863 |
High
4.6965
Low
4.5577
Average
4.6202
Get this rate via the API
One GET request returns the HNL/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=HNL¤cies=BDT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL¤cies=BDT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL¤cies=BDT").json()Replace YOUR_API_KEY with the key from your dashboard.
HNL/BDT API questions
How do I get the HNL/BDT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL¤cies=BDT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HNL/BDT rate in rates.BDT.
How far back does HNL/BDT historical data go?
Daily HNL/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 HNL/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.