aggregates
ActiveTool of Polygon Io
Polygon.io OHLC price bars for a US stock ticker — 1 minute through quarterly granularity. Returns timestamped open/high/low/close + volume + VWAP. Use for charting equities, intraday analysis, backtesting historical prices.
Parameters schema
{
"type": "object",
"examples": [
{
"to": "2024-01-31",
"from": "2024-01-01",
"ticker": "AAPL",
"timespan": "day",
"multiplier": 1
},
{
"to": "2024-01-16",
"from": "2024-01-15",
"limit": 100,
"ticker": "TSLA",
"timespan": "minute",
"multiplier": 15
}
],
"required": [
"ticker",
"multiplier",
"timespan",
"from",
"to"
],
"properties": {
"to": {
"type": "string"
},
"from": {
"type": "string"
},
"sort": {
"type": "string"
},
"limit": {
"type": "number"
},
"ticker": {
"type": "string"
},
"adjusted": {
"type": "boolean"
},
"timespan": {
"type": "string"
},
"multiplier": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Polygon Io
https://github.com/pipeworx-io/mcp-polygon-io
1/7 registries