Skip to content

BDT to HKD exchange rate API

Taka to Hong Kong Dollar · quoted 2026-09-25

0.06369

▼ +0.32% over 1Y

1 BDT = 0.06369 HKD · 1 HKD = 15.7011 BDT · Get this rate via the API

1 BDT buys 0.06369 HKD as of 2026-09-25, so 1 HKD buys 15.7011 BDT. Over the last year, BDT/HKD traded between 0.06335 and 0.06412, averaged 0.06375 and fell 0.32%. The API holds daily BDT/HKD rates from 2017-06-01 — 9 years of history — so any past day, or a whole series, is one request away.

BDT/HKD over 1Y

BDT/HKD over 1Y: show the values
PointBDT/HKD
2025-09-250.06390
2025-10-020.06394
2025-10-090.06389
2025-10-160.06384
2025-10-230.06351
2025-10-300.06353
2025-11-060.06373
2025-11-130.06360
2025-11-200.06359
2025-11-270.06361
2025-12-040.06362
2025-12-110.06381
2025-12-180.06366
2025-12-250.06364
2026-01-010.06362
2026-01-080.06376
2026-01-150.06376
2026-01-220.06370
2026-01-290.06387
2026-02-050.06388
2026-02-120.06384
2026-02-190.06389
2026-02-260.06411
2026-03-050.06395
2026-03-120.06381
2026-03-190.06366
2026-03-260.06369
2026-04-020.06372
2026-04-090.06378
2026-04-160.06373
2026-04-230.06375
2026-04-300.06383
2026-05-070.06378
2026-05-140.06382
2026-05-210.06374
2026-05-280.06380
2026-06-040.06382
2026-06-120.06378
2026-06-190.06384
2026-06-260.06380
2026-07-030.06366
2026-07-100.06363
2026-07-170.06357
2026-07-240.06354
2026-07-310.06361
2026-08-070.06335
2026-08-140.06394
2026-08-210.06412
2026-08-280.06364
2026-09-040.06379
2026-09-110.06354
2026-09-180.06388
2026-09-250.06373

High

0.06412

Low

0.06335

Average

0.06375

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BDT/HKD API questions

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

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

How far back does BDT/HKD historical data go?

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