
Polygon.io is Now Massive
Polygon.io is now Massive.com. The rebrand reflects our focus on scale, reliability, and continued innovation. Your APIs, accounts, and integrations continue to work without interruption.
editor

Introducing
Jul 19, 2018
We are making a couple small changes to the aggregate feed tick schema. We are removing a few less useful attributes, and adding some that have been much requested.
The updated schema will begin streaming this upcoming monday ( July 23rd, 2018 ).
Before:
type Agg struct { Symbol string `json:"sym"` Volume uint32 `json:"v"` Transactions int `json:"x"` Open float64 `json:"o"` Close float64 `json:"c"` High float64 `json:"h"` Low float64 `json:"l"` Average float64 `json:"a"` TotalValue float64 `json:"t"` Start int64 `json:"s"` End int64 `json:"e"` }
The new Schema:
type Agg struct { Symbol string `json:"sym"` Volume uint32 `json:"v"` AccumulatedVol uint64 `json:"av"` OpeningPrice float64 `json:"op"` VWAP float64 `json:"vw"` Open float64 `json:"o"` Close float64 `json:"c"` High float64 `json:"h"` Low float64 `json:"l"` Average float64 `json:"a"` Start int64 `json:"s"` End int64 `json:"e"` }
So we have removed
We have added:

Quinton Pike
quintonpike
See what's happening at massive.com

Polygon.io is now Massive.com. The rebrand reflects our focus on scale, reliability, and continued innovation. Your APIs, accounts, and integrations continue to work without interruption.
editor

There are four new fundamentals endpoints, one daily-refreshed ratios feed, and a developer experience designed for screens, research, and automated reporting.

alexnovotny

Learn how to use Massive.com's MCP server inside of a Pydantic AI agentic workflow, alongside Anthropic's Claude 4 and the Rich Python library.

alexnovotny