Skip to Content

Broker Holding Detail

Get full broker holding detail list for an HK-listed security (all brokers and their positions).

CLI
longbridge broker-holding detail 700.HK

Parameters

SDK method parameters.

NameTypeRequiredDescription
symbolstringYESHK security symbol, e.g. 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
200SuccessBrokerHoldingDetailResponse
400Bad requestNone

Schemas

BrokerHoldingDetailResponse

NameTypeRequiredDescription
updated_atstringfalseLast update date
listobject[]trueBroker holding detail records, see BrokerHoldingItem

BrokerHoldingItem

NameTypeRequiredDescription
parti_numberstringtrueBroker participant number
namestringfalseBroker name
strongbooleanfalseWhether marked as strong holder
sharesobjectfalseHolding share counts
shares.valuestringfalseCurrent shares held
shares.chg_1stringfalse1-day change
shares.chg_5stringfalse5-day change
shares.chg_20stringfalse20-day change
shares.chg_60stringfalse60-day change
ratioobjectfalseHolding ratio
ratio.valuestringfalseCurrent ratio
ratio.chg_1stringfalse1-day ratio change
ratio.chg_5stringfalse5-day ratio change
ratio.chg_20stringfalse20-day ratio change
ratio.chg_60stringfalse60-day ratio change