Official Python client for Massive.com (formerly Polygon.io) REST and WebSocket financial data APIs. Polygon.io rebranded as Massive.com on October 30, 2025. Package renamed from polygon-api-client. Import path changed from 'polygon' to 'massive'. Both api.polygon.io and api.massive.com remain operational. Current stable version follows the polygon-api-client release cadence.
pip install massive-api-clientVerified import paths — ran on the pinned version, not inferred.
Both POLYGON_API_KEY and MASSIVE_API_KEY env vars work. Existing API keys continue to function after rebrand.
Update imports to 'from massive import RESTClient' and 'from massive.websocket import WebSocketClient'.
If you must use the old endpoint explicitly: RESTClient(API_KEY, base_url='https://api.polygon.io')
No action needed. Keep using your existing API key.
Change 'from polygon import RESTClient' to 'from massive import RESTClient'.
Run 'pip install massive-api-client' to get v2.x with the new import path.
Pass API key explicitly: RESTClient(api_key=os.environ['POLYGON_API_KEY']) or set POLYGON_API_KEY env var.
No dependency data recorded yet.