HKD to BDT exchange rate API
Hong Kong Dollar to Taka · quoted 2026-09-25
15.7009
▲ +42.88% over 5Y
1 HKD = 15.7009 BDT · 1 BDT = 0.06369 HKD · Get this rate via the API
1 HKD buys 15.7009 BDT as of 2026-09-25, so 1 BDT buys 0.06369 HKD. Over the last 5 years, HKD/BDT traded between 10.9874 and 15.7325, averaged 14.3298 and rose 42.88%. The API holds daily HKD/BDT rates from 2017-06-01 — 9 years of history — so any past day, or a whole series, is one request away.
HKD/BDT over 5Y: show the values
| Point | HKD/BDT |
|---|---|
| 2021-09-27 | 10.9885 |
| 2021-11-08 | 11.0054 |
| 2021-12-20 | 10.9950 |
| 2022-02-01 | 11.0310 |
| 2022-03-15 | 10.9874 |
| 2022-04-29 | 11.0517 |
| 2022-06-15 | 11.8440 |
| 2022-07-27 | 12.0703 |
| 2022-09-07 | 12.1063 |
| 2022-10-19 | 13.4857 |
| 2022-11-30 | 13.0466 |
| 2023-01-12 | 13.3475 |
| 2023-02-23 | 13.6433 |
| 2023-04-11 | 13.5391 |
| 2023-05-26 | 13.6795 |
| 2023-07-10 | 13.8683 |
| 2023-08-21 | 13.9649 |
| 2023-10-02 | 14.0802 |
| 2023-11-13 | 14.1856 |
| 2023-12-27 | 14.0570 |
| 2024-02-08 | 14.0261 |
| 2024-03-21 | 14.0376 |
| 2024-05-08 | 14.0404 |
| 2024-06-24 | 15.0528 |
| 2024-08-05 | 15.0980 |
| 2024-09-15 | 15.2711 |
| 2024-10-22 | 15.3894 |
| 2024-11-21 | 15.3529 |
| 2024-12-21 | 15.3588 |
| 2025-01-20 | 15.6321 |
| 2025-02-19 | 15.6240 |
| 2025-03-21 | 15.6277 |
| 2025-04-20 | 15.6935 |
| 2025-05-20 | 15.5495 |
| 2025-06-19 | 15.5815 |
| 2025-07-19 | 15.4674 |
| 2025-08-18 | 15.5344 |
| 2025-09-17 | 15.6282 |
| 2025-10-17 | 15.6656 |
| 2025-11-16 | 15.7325 |
| 2025-12-16 | 15.7064 |
| 2026-01-15 | 15.6835 |
| 2026-02-14 | 15.6455 |
| 2026-03-16 | 15.6720 |
| 2026-04-15 | 15.6969 |
| 2026-05-15 | 15.6735 |
| 2026-06-15 | 15.6748 |
| 2026-07-15 | 15.7032 |
| 2026-08-14 | 15.6406 |
| 2026-09-13 | 15.6819 |
High
15.7325
Low
10.9874
Average
14.3298
Get this rate via the API
One GET request returns the HKD/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=HKD¤cies=BDT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=BDT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=BDT").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/BDT API questions
How do I get the HKD/BDT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=BDT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/BDT rate in rates.BDT.
How far back does HKD/BDT historical data go?
Daily HKD/BDT rates are available from 2017-06-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free HKD/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.