Skip to main content
Glama

Financial Modeling Prep MCP Server

getHistoricalIndustryPE

Track historical price-to-earnings (P/E) ratios for specific industries to analyze valuation trends over time. Input industry, date range, and exchange to gain insights into market sentiment evolution.

Instructions

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.

Input Schema

NameRequiredDescriptionDefault
exchangeNoExchange (e.g., NASDAQ)
fromNoStart date (YYYY-MM-DD)
industryYesIndustry (e.g., Biotechnology)
toNoEnd date (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "exchange": { "description": "Exchange (e.g., NASDAQ)", "type": "string" }, "from": { "description": "Start date (YYYY-MM-DD)", "type": "string" }, "industry": { "description": "Industry (e.g., Biotechnology)", "type": "string" }, "to": { "description": "End date (YYYY-MM-DD)", "type": "string" } }, "required": [ "industry" ], "type": "object" }

Other Tools from Financial Modeling Prep MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/imbenrabi/Financial-Modeling-Prep-MCP-Server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server