get_market_holidays
Retrieve upcoming market holidays and their open/close times to plan trading activities effectively using Polygon-io MCP Server.
Instructions
Get upcoming market holidays and their open/close times.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
params | No |
Input Schema (JSON Schema)
{
"properties": {
"params": {
"anyOf": [
{
"type": "object"
},
{
"type": "null"
}
],
"default": null,
"title": "Params"
}
},
"title": "get_market_holidaysArguments",
"type": "object"
}