Stock overview
get_stockOverview of one US-listed stock: company facts (SEC name, CIK, exchange, SIC industry, other share classes), open-market insider activity in the last 90 days (Form 4 codes P and S, non-derivative: number of filings and total USD), institutional ownership from 13F for the latest complete quarter (number of holders, total shares and market value in USD, and the previous quarter for comparison), and the curated superinvestors holding it (shares, market value, pct_of_portfolio = percent of that superinvestor's 13F portfolio). A quarter is complete once its 45-day filing deadline has passed and the data is loaded; in_progress_quarter is a newer quarter still being filed. Share classes (GOOG/GOOGL, BRK.A/BRK.B) are separate tickers because 13F reports each class separately. Use get_insider_trades and get_stock_13f_holders for the full lists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Stock ticker, e.g. AAPL or BRK.B (share classes use a dot; BRK-B also works). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cik | Yes | ||
| f13 | Yes | ||
| sic | Yes | ||
| url | Yes | ||
| name | Yes | ||
| active | Yes | ||
| ticker | Yes | ||
| exchange | Yes | ||
| industry | Yes | ||
| holders_url | Yes | ||
| insiders_url | Yes | ||
| superinvestors | Yes | ||
| sec_filings_url | Yes | ||
| insider_activity | Yes | ||
| other_share_classes | Yes |