Skip to content

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

HKD/BDT over 5Y: show the values
PointHKD/BDT
2021-09-2710.9885
2021-11-0811.0054
2021-12-2010.9950
2022-02-0111.0310
2022-03-1510.9874
2022-04-2911.0517
2022-06-1511.8440
2022-07-2712.0703
2022-09-0712.1063
2022-10-1913.4857
2022-11-3013.0466
2023-01-1213.3475
2023-02-2313.6433
2023-04-1113.5391
2023-05-2613.6795
2023-07-1013.8683
2023-08-2113.9649
2023-10-0214.0802
2023-11-1314.1856
2023-12-2714.0570
2024-02-0814.0261
2024-03-2114.0376
2024-05-0814.0404
2024-06-2415.0528
2024-08-0515.0980
2024-09-1515.2711
2024-10-2215.3894
2024-11-2115.3529
2024-12-2115.3588
2025-01-2015.6321
2025-02-1915.6240
2025-03-2115.6277
2025-04-2015.6935
2025-05-2015.5495
2025-06-1915.5815
2025-07-1915.4674
2025-08-1815.5344
2025-09-1715.6282
2025-10-1715.6656
2025-11-1615.7325
2025-12-1615.7064
2026-01-1515.6835
2026-02-1415.6455
2026-03-1615.6720
2026-04-1515.6969
2026-05-1515.6735
2026-06-1515.6748
2026-07-1515.7032
2026-08-1415.6406
2026-09-1315.6819

High

15.7325

Low

10.9874

Average

14.3298

For developers

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