13F institution and its holdings
get_institutionOne 13F filer (an institution or a curated superinvestor) by SEC CIK: names (and the superinvestor's manager and style), the quarters it filed (newest 12, with quarters_total: number of positions, portfolio value in USD, filing time, amendments), and its holdings for one quarter (default: the latest it filed) with shares, market value in USD at quarter end, pct_of_portfolio (percent) and the change versus the previous calendar quarter (new/added/reduced/unchanged, share_change_pct in percent). Also returns the 10 largest positions sold out that quarter and the 10 largest option positions (put/call market value), each with its total count. Portfolio value counts long positions and excludes options. If the institution did not file the previous quarter, changes and sold-out positions are not reported. Securities without a ticker (bonds, some ETFs and foreign shares) have url null. At most 200 holdings per call; use page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cik | Yes | SEC CIK of the 13F filer, e.g. 0001067983 (Berkshire Hathaway). Get it from search. | |
| page | No | Page number starting at 1; each page has `limit` rows. Check has_more. | |
| sort | No | value = largest market value first (default); shares; change = largest share increase first; pct = largest share of the portfolio first. | value |
| limit | No | Maximum rows to return (1-200, default 25). | |
| quarter | No | Quarter to show, e.g. 2026-q2. Default: the latest quarter this institution filed. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| note | Yes | ||
| period | Yes | ||
| options | Yes | ||
| quarter | Yes | ||
| summary | Yes | ||
| holdings | Yes | ||
| quarters | Yes | ||
| sold_out | Yes | ||
| institution | Yes | ||
| quarters_total | Yes | ||
| previous_quarter | Yes | ||
| changes_available | Yes | ||
| previous_quarter_filed | Yes |