
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
Mar 28, 2023
In our continuous effort to improve user experience, we've enabled gzip compression by default in our latest Python and Golang client libraries. In this blog, we'll explore the advantages of using gzip compression, and how you can implement it using Python, Go, and cURL.
Gzip compression significantly reduces the amount of data transferred during downloads, resulting in quicker and more efficient downloads. By compressing your market data, you can save bandwidth and reduce the latency of your data processing pipeline. It's a win-win situation for developers and traders alike.
To take advantage of gzip compression in Python, simply update to the latest version of the Massive's Python client library. You can do this by running:
pip install massive-api-client --upgrade
With the updated library, gzip compression will be enabled by default, allowing you to experience faster downloads without making any code changes.
For Golang users, update to the latest version of the Massive's Go client library to enable gzip compression by default. To update, run:
go get github.com/massive-com/client-golang
With the latest library, you'll enjoy the benefits of gzip compression without having to modify your existing code.
For those using Massive's client libraries with JVM languages like Java, Kotlin, or Scala, we have great news! Gzip compression support has already been added and is enabled by default. This means you don't have to worry about any additional setup or configuration to take advantage of faster downloads and reduced latency. Simply use the latest version of the JVM client library and enjoy the benefits of gzip compression with no extra effort.
If you prefer to test manually using cURL to access the REST API, you can add the
curl --compressed [API_ENDPOINT]
Replace [API_ENDPOINT] with the desired API endpoint. The curl command will decompress the response on-the-fly, allowing you to process the data as usual.
We hope you found this guide useful in optimizing your market data downloads. Staying up-to-date with the latest versions of our client libraries ensures you have access to the most recent features and improvements. Enjoy faster downloads, lower latency, and an overall better experience with gzip compression on Massive.com's REST API.
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