Financial Modeling Prep
getIndustryPerformanceSummary
The Industry Performance Summary API provides an overview of how various industries are performing financially. By analyzing the value of industries over a specific period, this API helps investors and analysts understand the health of entire sectors and make informed decisions about sector-based investments.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getIndustryPerformanceSummary?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"year": {
"type": [
"string",
"number"
],
"description": "Year of filing"
},
"quarter": {
"type": [
"string",
"number"
],
"description": "Quarter of filing (1-4)"
}
}
}