Get a fund manager's 13F portfolio
edgar_get_institutional_holdingsRetrieve a fund manager's quarterly 13F stock portfolio: positions by value, shares, and changes versus the prior quarter.
Instructions
Get the US equity portfolio an investment manager reports quarterly on Form 13F (required above $100M): positions by value, % of portfolio, shares, and the change versus the previous quarter (new, added, reduced, exited). Works for hedge funds, mutual fund families, banks and insurers, e.g. 'Berkshire Hathaway', 'Pershing Square Capital Management', 'Scion Asset Management', 'Bridgewater Associates', or a CIK. Notes: 13F shows long US-listed positions only (no shorts, cash or foreign shares), is filed up to 45 days after quarter end, and identifies securities by CUSIP. Amendments are ignored.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Positions to list, largest first (default 25). | |
| period | No | Quarter end to show, e.g. '2026-03-31'. Default: latest (YYYY-MM-DD). | |
| manager | Yes | Manager name or SEC CIK, e.g. 'Pershing Square Capital Management' or '1336528'. | |
| response_format | No | Output format: 'markdown' (readable, default) or 'json' (structured). | markdown |