Financial Modeling Prep

getIndustryPESnapshot

View price-to-earnings (P/E) ratios for different industries using the Industry P/E Snapshot API. Analyze valuation levels across various industries to understand how each is priced relative to its earnings.

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

Other tools also called getIndustryPESnapshot? 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)"
    }
  }
}