Skip to main content
Glama

Polygon-io MCP Server

Official

get_previous_close_agg

Retrieve the previous day's open, close, high, and low prices for a specific ticker using Polygon-io MCP Server. Supports adjusted data for accurate financial analysis.

Instructions

Get previous day's open, close, high, and low for a specific ticker.

Input Schema

NameRequiredDescriptionDefault
adjustedNo
paramsNo
tickerYes

Input Schema (JSON Schema)

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