Skip to main content
Glama

Polygon-io MCP Server

Official

get_daily_open_close_agg

Retrieve daily open, close, high, and low prices for a specific ticker and date using an aggregation tool on the Polygon-io MCP Server.

Instructions

Get daily open, close, high, and low for a specific ticker and date.

Input Schema

NameRequiredDescriptionDefault
adjustedNo
dateYes
paramsNo
tickerYes

Input Schema (JSON Schema)

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