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: show the values
| Point | BHD/HKD |
|---|---|
| 2025-09-26 | 20.5871 |
| 2025-10-03 | 20.5909 |
| 2025-10-10 | 20.5927 |
| 2025-10-17 | 20.5543 |
| 2025-10-24 | 20.5606 |
| 2025-10-31 | 20.5637 |
| 2025-11-07 | 20.5791 |
| 2025-11-14 | 20.5633 |
| 2025-11-21 | 20.5997 |
| 2025-11-28 | 20.5958 |
| 2025-12-05 | 20.5970 |
| 2025-12-12 | 20.6022 |
| 2025-12-19 | 20.5896 |
| 2025-12-26 | 20.5541 |
| 2026-01-02 | 20.6183 |
| 2026-01-09 | 20.6302 |
| 2026-01-16 | 20.6377 |
| 2026-01-23 | 20.6317 |
| 2026-01-30 | 20.6580 |
| 2026-02-06 | 20.6744 |
| 2026-02-13 | 20.6837 |
| 2026-02-20 | 20.6784 |
| 2026-02-27 | 20.6927 |
| 2026-03-06 | 20.6567 |
| 2026-03-13 | 20.6620 |
| 2026-03-20 | 20.6452 |
| 2026-03-27 | 20.6380 |
| 2026-04-03 | 20.4710 |
| 2026-04-10 | 20.7061 |
| 2026-04-17 | 20.7095 |
| 2026-04-24 | 20.6898 |
| 2026-05-01 | 20.6778 |
| 2026-05-08 | 20.6808 |
| 2026-05-15 | 20.7101 |
| 2026-05-22 | 20.7264 |
| 2026-05-29 | 20.7257 |
| 2026-06-05 | 20.7243 |
| 2026-06-12 | 20.7260 |
| 2026-06-19 | 20.7374 |
| 2026-06-26 | 20.7491 |
| 2026-07-03 | 20.7552 |
| 2026-07-10 | 20.7462 |
| 2026-07-17 | 20.7467 |
| 2026-07-24 | 20.7471 |
| 2026-07-31 | 20.7519 |
| 2026-08-07 | 20.7560 |
| 2026-08-14 | 20.7629 |
| 2026-08-21 | 20.7448 |
| 2026-08-28 | 20.7423 |
| 2026-09-04 | 20.7443 |
| 2026-09-11 | 20.7487 |
| 2026-09-18 | 20.7593 |
| 2026-09-25 | 20.7568 |
High
20.8621
Low
20.4710
Average
20.6721
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=HKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=HKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=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¤cies=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.