Financial Modeling Prep
getHolderIndustryBreakdown
The Holders Industry Breakdown API provides an overview of the sectors and industries that institutional holders are investing in. This API helps analyze how institutional investors distribute their holdings across different industries and track changes in their investment strategies over time.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getHolderIndustryBreakdown?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"cik": {
"type": "string",
"description": "CIK number"
},
"year": {
"type": [
"string",
"number"
],
"description": "Year of filing"
},
"quarter": {
"type": [
"string",
"number"
],
"description": "Quarter of filing (1-4)"
}
}
}