Financial Modeling Prep

getHolidaysByExchange

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.

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

Other tools also called getHolidaysByExchange? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "to": {
      "type": "string",
      "description": "End date for the holidays (YYYY-MM-DD format)"
    },
    "from": {
      "type": "string",
      "description": "Start date for the holidays (YYYY-MM-DD format)"
    },
    "exchange": {
      "type": "string",
      "description": "Exchange code (e.g., NASDAQ, NYSE)"
    }
  }
}