hedge-fund-holdings
Retrieve top stock holdings from any institution's latest SEC 13F filing, with positions ordered by market value.
Instructions
Returns top stock holdings from any institution's latest SEC 13F filing. Input: institution name (e.g. 'Renaissance Technologies', 'Bridgewater Associates'). Output: top 25 positions by market value with shares, value, and portfolio weight. No API key. SEC EDGAR source. $0.025 vs $25-50/mo Quiver Quant subscription.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| institution | No | Institutional investor name as it appears in SEC filings (e.g. 'Renaissance Technologies', 'Berkshire Hathaway', 'Two Sigma'). | |
| limit | No | Max number of top holdings to return (default: 25, max: 100). | |
| include_options | No | If true, includes PUT and CALL option positions alongside equity holdings. Default: false (equity SH positions only). |