Skip to main content
Glama

Financial Modeling Prep MCP Server

getHistoricalSectorPerformance

Analyze historical performance of specific market sectors across exchanges using date ranges. Ideal for tracking sector trends and financial insights.

Instructions

Access historical sector performance data using the Historical Market Sector Performance API. Review how different sectors have performed over time across various stock exchanges.

Input Schema

NameRequiredDescriptionDefault
exchangeNoExchange (e.g., NASDAQ)
fromNoStart date (YYYY-MM-DD)
sectorYesSector (e.g., Energy)
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" }, "sector": { "description": "Sector (e.g., Energy)", "type": "string" }, "to": { "description": "End date (YYYY-MM-DD)", "type": "string" } }, "required": [ "sector" ], "type": "object" }
Install Server

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