Skip to main content
Glama

Financial Modeling Prep MCP Server

getHistoricalIndustryPerformance

Analyze long-term industry trends by accessing historical performance data across stock exchanges using specified date ranges and sectors.

Instructions

Access historical performance data for industries using the Historical Industry Performance API. Track long-term trends and analyze how different industries have evolved over time across various stock exchanges.

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