Skip to Content

Broker Positions

View broker holding positions for HK-listed stocks, including top buyers/sellers and full detail.

CLI
longbridge broker-holding 700.HK
longbridge broker-holding 9988.HK

Parameters

SDK method parameters.

NameTypeRequiredDescription
symbolstringYESHK security symbol, e.g. 700.HK

Request Example

Response

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {
    "buy": [
      {
        "parti_number": "B01224",
        "name": "HSBC",
        "chg": "5000000",
        "strong": true
      }
    ],
    "sell": [
      {
        "parti_number": "B01274",
        "name": "Goldman Sachs HK",
        "chg": "-3000000",
        "strong": false
      }
    ],
    "updated_at": "2026.05.13"
  }
}

Response Status

StatusDescriptionSchema
200SuccessBrokerHoldingResponse
400Bad requestNone

Schemas

BrokerHoldingResponse

NameTypeRequiredDescription
buyobject[]falseTop buying brokers
∟ parti_numberstringtrueBroker participant number
∟ namestringfalseBroker name
∟ chgstringfalsePosition change
∟ strongbooleanfalseWhether marked as strong holder
sellobject[]falseTop selling brokers
∟ parti_numberstringtrueBroker participant number
∟ namestringfalseBroker name
∟ chgstringfalsePosition change
∟ strongbooleanfalseWhether marked as strong holder
updated_atstringfalseLast update timestamp