經紀商持倉詳情
獲取港股上市證券的完整經紀商持倉詳情列表(所有經紀商及其持倉數量)。
SDK Links
Parameters
SDK 方法參數。
| Name | Type | Required | Description |
|---|---|---|---|
| symbol | string | 是 | 港股代碼,例如 700.HK |
Request Example
Response
Response Example
json
{
"code": 0,
"message": "success",
"data": {
"updated_at": "2026.05.13",
"list": [
{
"parti_number": "B01224",
"name": "HSBC Securities",
"strong": false,
"shares": {
"value": "25100",
"chg_1": "4000.0000",
"chg_5": "6100.0000",
"chg_20": "12600.0000",
"chg_60": "8800.0000"
},
"ratio": {
"value": "0.0025",
"chg_1": "0.0004",
"chg_5": "0.0006",
"chg_20": "0.0012",
"chg_60": "0.0009"
}
}
]
}
}Response Status
| Status | Description | Schema |
|---|---|---|
| 200 | 成功 | BrokerHoldingDetailResponse |
| 400 | 請求錯誤 | None |
Schemas
BrokerHoldingDetailResponse
| Name | Type | Required | Description |
|---|---|---|---|
| updated_at | string | false | 最後更新日期 |
| list | object[] | true | 經紀商持倉明細,見 BrokerHoldingItem |
BrokerHoldingItem
| Name | Type | Required | Description |
|---|---|---|---|
| parti_number | string | true | 經紀商參與者編號 |
| name | string | false | 經紀商名稱 |
| strong | boolean | false | 是否為主要持倉者 |
| shares | object | false | 持股數量 |
| shares.value | string | false | 當前持股數 |
| shares.chg_1 | string | false | 1 日變動 |
| shares.chg_5 | string | false | 5 日變動 |
| shares.chg_20 | string | false | 20 日變動 |
| shares.chg_60 | string | false | 60 日變動 |
| ratio | object | false | 持倉比率 |
| ratio.value | string | false | 當前比率 |
| ratio.chg_1 | string | false | 1 日比率變動 |
| ratio.chg_5 | string | false | 5 日比率變動 |
| ratio.chg_20 | string | false | 20 日比率變動 |
| ratio.chg_60 | string | false | 60 日比率變動 |

