Skip to content

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

HNL/BDT over 1Y: show the values
PointHNL/BDT
2025-09-274.6567
2025-10-044.6444
2025-10-114.6595
2025-10-184.6512
2025-10-254.6589
2025-11-014.6490
2025-11-084.6485
2025-11-154.6439
2025-11-224.6473
2025-11-294.6474
2025-12-064.6496
2025-12-144.6403
2025-12-214.6326
2025-12-284.6400
2026-01-044.6323
2026-01-114.6232
2026-01-184.6231
2026-01-254.6255
2026-02-014.6239
2026-02-084.6177
2026-02-154.6146
2026-02-224.6145
2026-03-014.6128
2026-03-084.6154
2026-03-154.6279
2026-03-224.6265
2026-03-294.6237
2026-04-054.6261
2026-04-124.6258
2026-04-194.6273
2026-04-264.6175
2026-05-034.6102
2026-05-104.6157
2026-05-184.6152
2026-05-264.6164
2026-06-024.6117
2026-06-114.5972
2026-06-184.5967
2026-06-254.5923
2026-07-024.6965
2026-07-094.6036
2026-07-164.6070
2026-07-234.6100
2026-07-304.6031
2026-08-064.6128
2026-08-134.5788
2026-08-214.5577
2026-08-284.5896
2026-09-044.5741
2026-09-114.5998
2026-09-184.5618
2026-09-254.5863

High

4.6965

Low

4.5577

Average

4.6202

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL&currencies=BDT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL&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=HNL&currencies=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&currencies=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.