get_shareholder_top
Retrieve the top 10 shareholders history for a given security symbol. Optionally filter by holder type and specify number of recent report periods.
Instructions
Get top 10 shareholders history.
Directly invoke with symbol. get_shareholder_top(symbol="000001.SZ", count=2)
Args: symbol: Security symbol holder_type: all/circulating (default all) count: Recent N report periods (default 4)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| symbol | Yes | ||
| holder_type | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| hint | No | ||
| error | No | ||
| cached | No | ||
| source | No | ||
| status | Yes | ||
| updated_at | No |