Financial Modeling Prep

getHistoricalSectorPE

Access historical price-to-earnings (P/E) ratios for various sectors using the Historical Sector P/E API. Analyze how sector valuations have evolved over time to understand long-term trends and market shifts.

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

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