13F institutional holders of a stock
get_stock_13f_holdersInstitutions that reported holding a stock in their 13F-HR filings for one calendar quarter (default: the latest complete quarter; 13F is filed up to 45 days after quarter end and covers long positions in US-listed securities only). Each row: institution, shares, market value in USD at quarter end as reported, pct_of_portfolio (percent of that institution's 13F portfolio), and the change versus the previous calendar quarter (action new/added/reduced/unchanged/sold_out, share_change, share_change_pct in percent). Institutions that held the stock last quarter and filed this quarter without it are listed after the holders as sold_out; institutions that held it last quarter but have not filed this quarter yet are listed at the very end as not_filed (not a sale, shares and value null). Totals (holders, shares, value_usd) cover all holders, not just this page. Multiple CUSIPs of the same ticker are combined. changes_available is false (and the change fields are null) when the previous quarter cannot be compared; note explains incomplete or still-filing quarters. At most 200 rows per call; use page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number starting at 1; each page has `limit` rows. Check has_more. | |
| sort | No | value = largest market value first (default); shares = most shares; change = largest share increase first. Sold-out holders are always listed last. | value |
| limit | No | Maximum rows to return (1-200, default 25). | |
| ticker | Yes | Stock ticker, e.g. AAPL or BRK.B (share classes use a dot; BRK-B also works). | |
| quarter | No | Quarter to show, e.g. 2026-q2. Default: the latest complete quarter. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| name | Yes | ||
| note | Yes | ||
| page | Yes | ||
| rows | Yes | ||
| sort | Yes | ||
| limit | Yes | ||
| period | Yes | ||
| shares | Yes | ||
| ticker | Yes | ||
| holders | Yes | ||
| quarter | Yes | ||
| has_more | Yes | ||
| previous | Yes | ||
| value_usd | Yes | ||
| previous_quarter | Yes | ||
| changes_available | Yes | ||
| in_progress_quarter | Yes | ||
| latest_complete_quarter | Yes |