institutional-ownership-intel
ActiveTool of The Stall
Institutional fund holdings intelligence for US equities. Returns which funds own the stock (Vanguard, Blackrock, Fidelity, etc.), their position sizes, % of shares outstanding, and market value. Breakdown mode shows % institutional vs insider vs public float and top-5 concentration signal (HIGH/MODERATE/DISTRIBUTED). Closes the equity-research stack alongside insider-trading-intel (Form 4) and activist-investor-intel (13D/13G). Source: Yahoo Finance, no API key.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"ticker"
],
"properties": {
"mode": {
"type": "string",
"description": "'holders' (default) returns top institutional funds with shares and value. 'summary' returns aggregate breakdown: % institutional, % insider, float size, concentration. 'full' returns both in one call."
},
"limit": {
"type": "integer",
"description": "Max number of institutional holders to return in holders/full mode (default 15, max 30)."
},
"ticker": {
"type": "string",
"description": "US equity ticker symbol (e.g. AAPL, TSLA, NVDA). Case-insensitive."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries