Financial Modeling Prep

getIndustryPerformanceSnapshot

Access detailed performance data by industry using the Industry Performance Snapshot API. Analyze trends, movements, and daily performance metrics for specific industries across various stock exchanges.

Remote cfocoder/financial-modeling-prep-mcp-server

Other tools also called getIndustryPerformanceSnapshot? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "date": {
      "type": "string",
      "description": "Date (YYYY-MM-DD)"
    },
    "exchange": {
      "type": "string",
      "description": "Exchange (e.g., NASDAQ)"
    },
    "industry": {
      "type": "string",
      "description": "Industry (e.g., Biotechnology)"
    }
  }
}