get_insider_career_summary
Get a pre-computed career summary of an insider's trades: first and last transaction dates, total shares bought vs sold, top companies, transaction breakdown, 10b5-1 plan split, and average post-trade returns.
Instructions
Aggregate career rollup for one insider by CIK — first/last transaction dates, total shares/value bought vs sold, top companies traded, transaction-code breakdown, 10b5-1 plan split, and average post-trade returns (stored as fractions, e.g. 0.05 = +5%). Use this instead of get_insider_transactions when you want a pre-computed summary rather than raw rows; pair with the generated get_insider_scorecard for hit-rate statistics on their discretionary buys specifically. Requires Pro plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cik | Yes | Insider CIK number — SEC's numeric filer identifier. Leading zeros optional. Example: 1214156 for Tim Cook. Resolve a name to a CIK first with search_insiders if you don't already have it. Note: response return fields are stored as fractions (0.05 = +5%), not percentages. |