Financial Modeling Prep

getHistoricalIndustryPE

Access historical price-to-earnings (P/E) ratios by industry using the Historical Industry P/E API. Track valuation trends across various industries to understand how market sentiment and valuations have evolved over time.

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

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