Broker Holding
broker_holdingRetrieve top broker holding data for HK stocks from HKEX CCASS. Get broker name, quantity, change, and ratio for 1, 5, 20, or 60 days.
Instructions
Get top broker holding data for a symbol (HK stocks only; sourced from HKEX CCASS participant disclosure). Returns items[]{broker_name, holding_quantity, holding_change, holding_ratio} for the given period (rct_1/rct_5/rct_20/rct_60).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Security symbol, e.g. "700.HK" | |
| period | No | Period: "rct_1" (1 day, default), "rct_5" (5 days), "rct_20" (20 days), "rct_60" (60 days) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | Top broker holding entries for the requested period. |