Financial Modeling Prep
getFilingExtractAnalyticsByHolder
The Filings Extract With Analytics By Holder API provides an analytical breakdown of institutional filings. This API offers insight into stock movements, strategies, and portfolio changes by major institutional holders, helping you understand their investment behavior and track significant changes in stock ownership.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getFilingExtractAnalyticsByHolder?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"page": {
"type": "number",
"description": "Page number (default: 0)"
},
"year": {
"type": [
"string",
"number"
],
"description": "Year of filing"
},
"limit": {
"type": "number",
"description": "Limit on number of results (default: 10, max: 100)"
},
"symbol": {
"type": "string",
"description": "Stock symbol"
},
"quarter": {
"type": [
"string",
"number"
],
"description": "Quarter of filing (1-4)"
}
}
}