Skip to main content
Glama

Polygon-io MCP Server

Official

get_grouped_daily_aggs

Retrieve aggregated daily market bars for a specific date, including adjusted prices and OTC data, to analyze market trends and performance efficiently.

Instructions

Get grouped daily bars for entire market for a specific date.

Input Schema

NameRequiredDescriptionDefault
adjustedNo
dateYes
include_otcNo
localeNo
market_typeNo
paramsNo

Input Schema (JSON Schema)

{ "properties": { "adjusted": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Adjusted" }, "date": { "title": "Date", "type": "string" }, "include_otc": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Include Otc" }, "locale": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Locale" }, "market_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Market Type" }, "params": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" } }, "required": [ "date" ], "title": "get_grouped_daily_aggsArguments", "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