Skip to content

BHD to HKD exchange rate API

Bahraini Dinar to Hong Kong Dollar · quoted 2026-09-26

20.8621

▲ +1.34% over 1Y

1 BHD = 20.8621 HKD · 1 HKD = 0.04793 BHD · Get this rate via the API

1 BHD buys 20.8621 HKD as of 2026-09-26, so 1 HKD buys 0.04793 BHD. Over the last year, BHD/HKD traded between 20.4710 and 20.8621, averaged 20.6721 and rose 1.34%. The API holds daily BHD/HKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BHD/HKD over 1Y

BHD/HKD over 1Y: show the values
PointBHD/HKD
2025-09-2620.5871
2025-10-0320.5909
2025-10-1020.5927
2025-10-1720.5543
2025-10-2420.5606
2025-10-3120.5637
2025-11-0720.5791
2025-11-1420.5633
2025-11-2120.5997
2025-11-2820.5958
2025-12-0520.5970
2025-12-1220.6022
2025-12-1920.5896
2025-12-2620.5541
2026-01-0220.6183
2026-01-0920.6302
2026-01-1620.6377
2026-01-2320.6317
2026-01-3020.6580
2026-02-0620.6744
2026-02-1320.6837
2026-02-2020.6784
2026-02-2720.6927
2026-03-0620.6567
2026-03-1320.6620
2026-03-2020.6452
2026-03-2720.6380
2026-04-0320.4710
2026-04-1020.7061
2026-04-1720.7095
2026-04-2420.6898
2026-05-0120.6778
2026-05-0820.6808
2026-05-1520.7101
2026-05-2220.7264
2026-05-2920.7257
2026-06-0520.7243
2026-06-1220.7260
2026-06-1920.7374
2026-06-2620.7491
2026-07-0320.7552
2026-07-1020.7462
2026-07-1720.7467
2026-07-2420.7471
2026-07-3120.7519
2026-08-0720.7560
2026-08-1420.7629
2026-08-2120.7448
2026-08-2820.7423
2026-09-0420.7443
2026-09-1120.7487
2026-09-1820.7593
2026-09-2520.7568

High

20.8621

Low

20.4710

Average

20.6721

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BHD/HKD API questions

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

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

How far back does BHD/HKD historical data go?

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