
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
Oct 27, 2025
On November 3, 2025, as part of an industry-wide update driven by the U.S. Securities and Exchange Commission (SEC), we will begin publishing
In this blog post, we'll break down why this change is happening, what exactly is changing, when it takes effect, and how it impacts you. We'll also provide clear before-and-after examples to illustrate the updates. We’ve designed this transition to minimize disruption while enhancing data usability, most users won't need to make any changes.
The SEC's amendments to Regulation NMS (National Market System), adopted in Release No. 34-101070 on September 18, 2024, respond to significant changes in U.S. equity markets since 2005. Transaction volumes have more than tripled over the past 17 years, electronic trading now dominates with latencies in microseconds, and stock prices vary widely, some exceeding $10,000 per share.
Key rationales from the SEC include:
For full details, refer to the SEC Release No. 34-101070, especially pages 1 and 5–8, Section V (pages 166–214), and Section VI (pages 216–224), which explain the rationale, rule definitions, and compliance dates for round-lot and share-based size reporting.
Beginning November 3, 2025, the
While the SEC’s Market Data Infrastructure (MDI) Rules only require this change for data going forward, we're going a step further by regenerating our historical flat files to ensure seamless consistency across your entire dataset. This regeneration take several weeks to complete and will begin after our API changes have been validated.
Any flat files dated on or after Nov 3rd, 2025 will use shares instead of round-lots, reflecting the immediate change for new data, while older files are updated during the regeneration process.
If you prefer to continue working in round lots, you can use the
Let's look at a few examples to see how this works. Historically, bid/ask sizes were in round lots (typically 100 shares).
Assume a quote for Apple Inc. (AAPL) at $150/share.
Before (Round Lots):
{ "bid_price": 150.00, "bid_size": 5, // 5 round lots = 500 shares "ask_price": 150.01, "ask_size": 3 // 3 round lots = 300 shares }
After (Shares):
{ "bid_price": 150.00, "bid_size": 500, // Direct share count "ask_price": 150.01, "ask_size": 300 // Direct share count }
Without regeneration, historical data would show sizes like "5" pre-November 3 and "500" after, potentially breaking backtests. Our update ensures everything is in shares.
For Berkshire Hathaway Class A (BRK.A) at ~$736,000/share (historical round lot: 1 share).
Before (Round Lots):
{ "bid_price": 736000.00, "bid_size": 2, // 2 round lots = 2 shares "ask_price": 736001.00, "ask_size": 1 // 1 round lot = 1 share }
After (Shares):
{ "bid_price": 736000.00, "bid_size": 2, // Direct share count (no change needed, as round lot was 1) "ask_price": 736001.00, "ask_size": 1 // Direct share count }
Under the new SEC tiers, BRK.A would qualify for a 1-share round lot (>$10,000), so the conversion is straightforward. For most stocks, it's a simple multiplication by 100.
In summary, this update to bid and ask sizes in our Stocks Quotes data feeds, effective November 3, 2025, brings greater transparency and consistency by reporting values in actual shares rather than round lots, aligning with the SEC's push for modernized market data. This change improves consistency, especially for high-priced stocks and odd-lot orders, which now make up over half of all trades.
Most customers don’t need to take action since Websocket streaming and Flat Files will update automatically. If your systems depend on round lots, you can still convert using the
Note on upcoming changes: The SEC’s modernization effort continues into 2026. Starting April 27, 2026 (with testing in March), the UTP SIP plans to implement additional MDI updates for odd-lot quote reporting in core market data feeds, aligning with the SEC's May 2026 compliance date for full dissemination. These enhancements will further improve transparency by including aggregated odd-lot volumes at multiple price levels per participant (up to five depths) and best odd-lot orders (BOLO). We’ll share more details and timelines as that date approaches.
For questions, contact support@massive.com.
Justin
editor
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