Shareholder Detail
shareholder_detailRetrieve detailed holding and trade history for a specific shareholder, including trading periods and summary. Requires object ID from shareholder_top.
Instructions
Get a single shareholder's holding and trade history. Requires object_id from shareholder_top. Returns name, owner_source (Company/Institution/Person/Insider), tradings[]{period, accum_buy, accum_sell, net_buy, trading_details[]{trading_date, trading_type, trading_shares, trading_price, security_type, filing_date}}, holding_summary, holding_periods, trading_periods. Note: trading_details[] is empty for institutional (13F) holders — it is only populated for insider/individual filers (Form 4).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Security symbol, e.g. "AAPL.US" | |
| object_id | Yes | Shareholder object_id from shareholder_top tool |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Holder name. | |
| owner_source | No | Holder source: Company / Institution / Person / Insider. | |
| tradings | No | Per-period trading records. | |
| holding_summary | No | Holding summary. Shape unspecified by the description; raw JSON. | |
| holding_periods | No | Holding periods. Shape unspecified by the description; raw JSON. | |
| trading_periods | No | Trading periods. Shape unspecified by the description; raw JSON. |