hedge-fund-holdings
ActiveTool of The Stall
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.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "integer",
"description": "Max number of top holdings to return (default: 25, max: 100)."
},
"institution": {
"type": "string",
"description": "Institutional investor name as it appears in SEC filings (e.g. 'Renaissance Technologies', 'Berkshire Hathaway', 'Two Sigma')."
},
"include_options": {
"type": "boolean",
"description": "If true, includes PUT and CALL option positions alongside equity holdings. Default: false (equity SH positions only)."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries