Ticker news feed
alphai_ticker_newsGet financial news and SEC Form 4 insider transactions for a given stock ticker, with pagination and optional story deduplication.
Instructions
Latest news for a single ticker (e.g. 'AAPL'). Cursor-paginated; returns the same shape as alphai_news_search. Insider news (SEC Form 4 trades + 13F ownership moves) for the ticker is included by default — pass include_insider=false for a pure non-insider feed. Set collapse_stories=true to get one row per story instead of every syndicated reprint. Sets unknown_ticker=true when the symbol isn't a recognized active ticker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Ticker symbol, e.g. 'AAPL'. | |
| include_insider | No | Include insider/13F ownership news; default true. | |
| page_size | No | Items/page. 10 Basic / 50 Pro (tools.bulk). | |
| cursor | No | Opaque cursor from a prior next_cursor. | |
| collapse_stories | No | Collapse syndicated reprints to one representative per story and populate story_id/sources_count/sources (default false). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |