Skip to main content
Glama

Polygon-io MCP Server

Official

list_dividends

Retrieve historical cash dividend data by specifying ticker, ex-dividend date, frequency, and type. Access detailed dividend records for analysis and decision-making using Polygon-io MCP Server.

Instructions

Get historical cash dividends.

Input Schema

NameRequiredDescriptionDefault
dividend_typeNo
ex_dividend_dateNo
frequencyNo
limitNo
paramsNo
tickerNo

Input Schema (JSON Schema)

{ "properties": { "dividend_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dividend Type" }, "ex_dividend_date": { "anyOf": [ { "type": "string" }, { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Ex Dividend Date" }, "frequency": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Frequency" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "params": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" }, "ticker": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Ticker" } }, "title": "list_dividendsArguments", "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