research_company
Bundle company profile, insider transactions, cluster signals, and sentiment into one request. Get a net buy/sell direction summary for any ticker.
Instructions
Bundled insider-research context for one ticker in a single call — company profile, recent insider transactions (10b5-1 flagged), cluster buy/sell signals, monthly sentiment score, and a computed net buy/sell direction summary. Use this FIRST for any company insider-research question; it replaces 4 separate calls (get_company_overview, get_transactions, get_signals, get_sentiment) and degrades gracefully — if signals/sentiment require a plan you don't have, they come back null with an explanatory _unavailable note instead of failing the whole call. Company/transaction data works on Free; signals/sentiment sections require Business. Fetches all sections concurrently. Research and decision-support only, not investment advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Stock ticker symbol to research, case-insensitive, e.g. AAPL. Normalized to uppercase internally. | |
| recent_limit | No | Maximum number of recent insider transactions to include in the bundled result. Minimum 1, defaults to 10, maximum 100. |