Skip to content

BDT to HNL exchange rate API

Taka to Lempira · quoted 2026-09-27

0.21799

▲ +1.51% over 1Y

1 BDT = 0.21799 HNL · 1 HNL = 4.5873 BDT · Get this rate via the API

1 BDT buys 0.21799 HNL as of 2026-09-27, so 1 HNL buys 4.5873 BDT. Over the last year, BDT/HNL traded between 0.21292 and 0.21941, averaged 0.21645 and rose 1.51%. The API holds daily BDT/HNL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BDT/HNL over 1Y

BDT/HNL over 1Y: show the values
PointBDT/HNL
2025-09-270.21474
2025-10-040.21531
2025-10-110.21461
2025-10-180.21500
2025-10-250.21464
2025-11-010.21510
2025-11-080.21513
2025-11-150.21534
2025-11-220.21518
2025-11-290.21517
2025-12-060.21507
2025-12-140.21551
2025-12-210.21586
2025-12-280.21552
2026-01-040.21587
2026-01-110.21630
2026-01-180.21631
2026-01-250.21619
2026-02-010.21627
2026-02-080.21656
2026-02-150.21670
2026-02-220.21671
2026-03-010.21679
2026-03-080.21666
2026-03-150.21608
2026-03-220.21614
2026-03-290.21628
2026-04-050.21616
2026-04-120.21618
2026-04-190.21611
2026-04-260.21657
2026-05-030.21691
2026-05-100.21665
2026-05-180.21667
2026-05-260.21662
2026-06-020.21684
2026-06-110.21752
2026-06-180.21755
2026-06-250.21776
2026-07-020.21292
2026-07-090.21722
2026-07-160.21706
2026-07-230.21692
2026-07-300.21724
2026-08-060.21679
2026-08-130.21840
2026-08-210.21941
2026-08-280.21788
2026-09-040.21862
2026-09-110.21740
2026-09-180.21921
2026-09-250.21804

High

0.21941

Low

0.21292

Average

0.21645

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT&currencies=HNL").json()

Replace YOUR_API_KEY with the key from your dashboard.

BDT/HNL API questions

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

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

How far back does BDT/HNL historical data go?

Daily BDT/HNL 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 BDT/HNL 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.