Financial Modeling Prep
getHistoricalIndustryPerformance
Access historical performance data for industries using the Historical Industry Performance API. Track long-term trends and analyze how different industries have evolved over time across various stock exchanges.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getHistoricalIndustryPerformance?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"to": {
"type": "string",
"description": "End date (YYYY-MM-DD)"
},
"from": {
"type": "string",
"description": "Start date (YYYY-MM-DD)"
},
"exchange": {
"type": "string",
"description": "Exchange (e.g., NASDAQ)"
},
"industry": {
"type": "string",
"description": "Industry (e.g., Biotechnology)"
}
}
}