USD/HKD was last reported at 7.8427 HKD per USD as of September 11, 2026. That is up 0.02% from the prior reading of 7.8411 HKD per USD. This indicator is reported Daily and not seasonally adjusted, and is tracked under the Trade category. The next scheduled release is September 21, 2026.
| Date | Value (HKD per USD) |
|---|---|
| Sep 11, 2026 | 7.8427 |
| Sep 10, 2026 | 7.8411 |
| Sep 9, 2026 | 7.8418 |
| Sep 8, 2026 | 7.8412 |
| Sep 4, 2026 | 7.8407 |
| Sep 3, 2026 | 7.8401 |
| Sep 2, 2026 | 7.8420 |
| Sep 1, 2026 | 7.8408 |
| Aug 31, 2026 | 7.8387 |
| Aug 28, 2026 | 7.8400 |
| Date | Value (HKD per USD) |
|---|---|
| Aug 27, 2026 | 7.8388 |
| Aug 26, 2026 | 7.8384 |
| Aug 25, 2026 | 7.8382 |
| Aug 24, 2026 | 7.8358 |
| Aug 21, 2026 | 7.8397 |
| Aug 20, 2026 | 7.8425 |
| Aug 19, 2026 | 7.8403 |
| Aug 18, 2026 | 7.8437 |
| Aug 17, 2026 | 7.8444 |
| Aug 14, 2026 | 7.8472 |
Pull the full history of USD/HKD into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=FXUSDHKD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "FXUSDHKD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=FXUSDHKD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();