跳转到内容

经纪商持仓详情

获取港股上市证券的完整经纪商持仓详情列表(所有经纪商及其持仓数量)。

CLI
longbridge broker-holding detail 700.HK

Parameters

SDK 方法参数。

NameTypeRequiredDescription
symbolstring港股代码,例如 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

StatusDescriptionSchema
200成功BrokerHoldingDetailResponse
400请求错误None

Schemas

BrokerHoldingDetailResponse

NameTypeRequiredDescription
updated_atstringfalse最后更新日期
listobject[]true经纪商持仓明细,见 BrokerHoldingItem

BrokerHoldingItem

NameTypeRequiredDescription
parti_numberstringtrue经纪商参与者编号
namestringfalse经纪商名称
strongbooleanfalse是否为主要持仓者
sharesobjectfalse持股数量
shares.valuestringfalse当前持股数
shares.chg_1stringfalse1 日变动
shares.chg_5stringfalse5 日变动
shares.chg_20stringfalse20 日变动
shares.chg_60stringfalse60 日变动
ratioobjectfalse持仓比率
ratio.valuestringfalse当前比率
ratio.chg_1stringfalse1 日比率变动
ratio.chg_5stringfalse5 日比率变动
ratio.chg_20stringfalse20 日比率变动
ratio.chg_60stringfalse60 日比率变动