Skip to main content
Glama

Polygon-io MCP Server

Official

get_ticker_details

Retrieve comprehensive details for a specific ticker, including relevant data and parameters, using the Polygon-io MCP Server. Ideal for financial analysis and market insights.

Instructions

Get detailed information about a specific ticker.

Input Schema

NameRequiredDescriptionDefault
dateNo
paramsNo
tickerYes

Input Schema (JSON Schema)

{ "properties": { "date": { "anyOf": [ { "type": "string" }, { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Date" }, "params": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" }, "ticker": { "title": "Ticker", "type": "string" } }, "required": [ "ticker" ], "title": "get_ticker_detailsArguments", "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