institution_holdings
Retrieve an institutional investor's 13F portfolio holdings for any quarter. Includes positions, share counts, and market values using the institution's CIK.
Instructions
Get an institutional investor's 13F portfolio holdings for a given quarter. Shows positions, share counts, and market values. Requires institution CIK.
Examples:
institution_holdings({ cik: "0001067983", quarter: "2024-Q3" })
institution_holdings({ cik: "0001166559", limit: 50, sort: "weight" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cik | Yes | Institution CIK (10 digits, zero-padded) | |
| sort | No | Sort holdings by market value, share count, or portfolio weight | value |
| limit | No | ||
| quarter | No | Reporting quarter e.g. "2024-Q3". Defaults to latest available. |