
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 14, 2022
We've just rolled out OTC data to every individual stocks plan on the Massive platform. No additional subscription is needed, just query any OTC ticker from our REST or WebSocket APIs and get data for all US OTC venues.
Trading in OTC securities offers a comparatively small but important market compared to traditional exchange traded stocks. OTC traders can gain exposure to major international firms such as TenCent, Nintendo, and Danon through American Depository Receipts (ADRs). Exchange traded securities, through bankruptcy and other reasons, sometimes find themselves delisted and trading on the OTC market. Risk tolerant traders test their mettle in the volatile OTC penny stocks.
Traditionally, market and reference data for OTC securities has been less accessible and less transparent than the well regulated exchange market. Now, Massive is making OTC data available to stocks users for no additional fees!
Massive’s APIs have expanded to include real time trade data for the US OTC equities market. Massive sources this data from a FINRA feed available thanks to trade reporting obligations. Massive’s data captures the entire US OTC equities market including trades from common “exchanges” – technically they are Alternative Trading Systems (ATSs) – such as OTC Markets and Global OTC.
| Endpoint | OTC Supported | 
|---|---|
| Aggregates | Yes | 
| Trades | Yes | 
| Reference - Tickers | Yes | 
| Reference - Other | No | 
| Quotes | No | 
OTC data is available across several API endpoints. Massive designed the REST API updates for OTC stocks to be opt-in so as not to break existing functionality.
The following endpoints have new parameters introduced.
| Endpoint Name | Path | Change | 
|---|---|---|
| Grouped Daily | /v2/aggs/grouped/locale/us/market/stocks/{date} | Added include_otc optional parameter. Defaults to false. | 
| Snapshot All Tickers | /v2/snapshot/locale/us/markets/stocks/tickers | Added include_otc optional parameter. Defaults to false. | 
| Tickers | /v3/reference/tickers | Added market parameter enum otc | 
Subscribing to all stocks trades will now return OTC tickers and trades in addition to the previous, exchange traded security data.
Important! If your workflow subscribes to T.* you will see additional data for OTC securities.
{"action":"subscribe", "params":"T.*"} // Trades for both exchange tickers like AAPL, TSLA, etc *and* OTC tickers such as DANOY, TCEHY are returned
Subscribing to individual tickers will continue to work as before. OTC tickers will now work alongside exchange traded tickers.
{"action":"subscribe", "params":"T.NTDOY"} // Behavior when subscribing to a single ticker has not changed. OTC tickers now supported.
OTC trades and aggregates are now fully released. Everything you need to get started using OTC data can be found in our stocks documentation.
If you are interested in OTC data for commercial or professional purposes, please reach out to sales@massive.com to get set up.

Katie Adams
katie
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