Financial Modeling Prep
getSectorPerformanceSnapshot
Get a snapshot of sector performance using the Market Sector Performance Snapshot API. Analyze how different industries are performing in the market based on average changes across sectors.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getSectorPerformanceSnapshot?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"date": {
"type": "string",
"description": "Date (YYYY-MM-DD)"
},
"sector": {
"type": "string",
"description": "Sector (e.g., Energy)"
},
"exchange": {
"type": "string",
"description": "Exchange (e.g., NASDAQ)"
}
}
}