Skip to main content
Glama

Polygon-io MCP Server

Official

list_splits

Retrieve historical stock split data by specifying ticker, execution date, and filters for reverse splits and limits using Polygon-io MCP Server.

Instructions

Get historical stock splits.

Input Schema

NameRequiredDescriptionDefault
execution_dateNo
limitNo
paramsNo
reverse_splitNo
tickerNo

Input Schema (JSON Schema)

{ "properties": { "execution_date": { "anyOf": [ { "type": "string" }, { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Execution Date" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "params": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" }, "reverse_split": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Reverse Split" }, "ticker": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Ticker" } }, "title": "list_splitsArguments", "type": "object" }

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/polygon-io/mcp_polygon'

If you have feedback or need assistance with the MCP directory API, please join our Discord server