Skip to content

Releases: massive-com/client-python

v2.3.2

26 Feb 15:48
e7d51f0

Choose a tag to compare

What's Changed

  • Bug fix - Initialize pool manager with timeout by @hynekdav in #977
  • Bump types-setuptools from 80.9.0.20251223 to 81.0.0.20260209 by @dependabot[bot] in #997

New Contributors

Full Changelog: v2.3.1...v2.3.2

v2.3.1

25 Feb 15:55
8c06655

Choose a tag to compare

What's Changed

  • Minor fix for fractional shares model on websocket and trades endpoints by @justinpolygon in #1001

Full Changelog: v2.3.0...v2.3.1

v2.3.0

25 Feb 15:40
c1a2c77

Choose a tag to compare

What's Changed

  • Adds support for fractional shares to REST and Websocket endpoints by @justinpolygon in #1000

Full Changelog: v2.2.0...v2.3.0

v2.2.0

05 Feb 19:02
1b66630

Choose a tag to compare

What's Changed

  • Add report_sequence and sequence_number to FuturesQuote and FuturesTrade by @justinpolygon in #996

Full Changelog: v2.1.0...v2.2.0

v2.1.0

26 Jan 09:36
64dfaab

Choose a tag to compare

Significant Update to Futures Beta Endpoints (Breaking Changes)

As part of our ongoing beta program for Futures data, we've made a key structural improvement by consolidating endpoints. Previously, we had separate endpoints for retrieving lists of all Futures items (e.g., contracts, products, or schedules) and for fetching details on specific ones. Now, we have single streamlined endpoints:

  • /futures/vX/contracts: Handles both lists and specific contract details.
  • /futures/vX/products: Covers product lists and individual product info.
  • /futures/vX/schedules: Manages overall and product-specific schedules.
  • /futures/vX/market-status: Enhanced for better market insights.

This consolidation simplifies integration and reduces API calls, but it introduces breaking changes.

New Endpoints for Expanded Coverage

We've added several new endpoints to enrich your toolkit:

  • /benzinga/v1/bulls-bears-say: Sentiment analysis from bulls and bears.
  • /fed/v1/labor-market: Insights into Federal Reserve labor market data.

What's Changed

Full Changelog: v2.0.3...v2.1.0

v2.0.3

29 Dec 10:11
43fe847

Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

19 Nov 15:36
d4ac4bd

Choose a tag to compare

What's Changed

  • Transaction_count -> transactions by @penelopus in #959
  • Adds support for inflation expectations and futures exchanges endpoints by @justinpolygon in #963
  • Update API references in Makefile and README.md to fix rebranding issue from polygon.io to massive.com by @aaronspindler in #960

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

30 Oct 22:43
5d9c756

Choose a tag to compare

Release Notes – Massive Python Client v2.0.1 (breaking changes)

This is a major breaking release of the Python client as part of our company rebrand from Polygon.io to Massive.com. Polygon.io has rebranded as Massive.com effective October 30, 2025. Existing API keys, accounts, and integrations continue to work exactly as before. The only change in this SDK is that it now defaults to the new API base at api.massive.com, while api.polygon.io remains supported for an extended period. You can still install the old client using pip install polygon-api-client too.

Breaking Changes

  • The default REST API base URL has changed from api.polygon.ioapi.massive.com.
  • The default WebSocket base URL has changed from socket.polygon.iosocket.massive.com.
  • The package name and import path have changed from polygonmassive.

No other breaking changes are introduced. Core functionality, endpoints, and method signatures remain identical.

Migration Guide

To upgrade:

pip install massive

Then update your imports:

from polygon import RESTClient # Old
from massive import RESTClient # New

All API keys, accounts, and integrations continue to function without modification. If you continue using the legacy polygon-api-client package, it will remain supported for an extended transition period.

ℹ️ Additional Information

What's Changed

Full Changelog: v1.16.3...v2.0.1

v1.16.3

30 Oct 14:38
082cd98

Choose a tag to compare

What's Changed

Full Changelog: v1.16.2...v1.16.3

v1.16.2

23 Oct 14:13
3bb3d7b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.16.1...v1.16.2