Financial Modeling Prep
getHolderPerformanceSummary
The Holder Performance Summary API provides insights into the performance of institutional investors based on their stock holdings. This data helps track how well institutional holders are performing, their portfolio changes, and how their performance compares to benchmarks like the S&P 500.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getHolderPerformanceSummary?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"cik": {
"type": "string",
"description": "CIK number"
},
"page": {
"type": "number",
"description": "Page number (default: 0)"
}
}
}