Financial Modeling Prep
getHistoricalSectorPerformance
Access historical sector performance data using the Historical Market Sector Performance API. Review how different sectors have performed over time across various stock exchanges.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getHistoricalSectorPerformance?
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)"
},
"sector": {
"type": "string",
"description": "Sector (e.g., Energy)"
},
"exchange": {
"type": "string",
"description": "Exchange (e.g., NASDAQ)"
}
}
}