datasets_sec_institutional_positions_search
Search SEC 13F institutional investment positions by manager CIK, issuer name, or CUSIP to identify quarterly reported holdings. Sort results by value or shares to analyze portfolio composition.
Instructions
Search the SEC institutional positions dataset. Searches institutional investment managers' quarterly 13F portfolio holdings stored in a search index. Filter by manager_cik for a manager's full reported portfolio (an exact, reliable filter), or by issuer_name/cusip for a best-effort view of which managers reported a position in an issuer — SEC publishes no authoritative CUSIP-to-CIK mapping, so the issuer side is never a guaranteed-resolved join. Sort enum: value_desc, value_asc, shares_desc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, defaults to 1 | |
| sort | No | Sort enum: value_desc, value_asc, shares_desc | |
| cusip | No | Exact CUSIP filter, max 16 characters | |
| page_size | No | Page size, defaults to 20 and maxes at 100; page * page_size must be <= 10000 | |
| issuer_name | No | Issuer-name text filter (best-effort match, not a resolved CIK join), max 256 characters | |
| manager_cik | No | Exact institutional-manager CIK filter, numeric or zero-padded |