Skip to main content
Glama

Financial Modeling Prep MCP Server

getHolidaysByExchange

Retrieve holiday schedules for global stock exchanges to identify market closures. Specify exchange and date range to plan trading activities effectively.

Instructions

Access holiday schedules for specific stock exchanges using the Global Exchange Market Hours API. Find out the dates when global exchanges are closed for holidays and plan your trading activities accordingly.

Input Schema

NameRequiredDescriptionDefault
exchangeYesExchange code (e.g., NASDAQ, NYSE)
fromNoStart date for the holidays (YYYY-MM-DD format)
toNoEnd date for the holidays (YYYY-MM-DD format)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "exchange": { "description": "Exchange code (e.g., NASDAQ, NYSE)", "type": "string" }, "from": { "description": "Start date for the holidays (YYYY-MM-DD format)", "type": "string" }, "to": { "description": "End date for the holidays (YYYY-MM-DD format)", "type": "string" } }, "required": [ "exchange" ], "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