Releases: massive-com/client-python
v2.6.0
What's Changed
New SEC Filings Endpoints: 13F, Form 3 & Form 4
We’ve added support for three key new SEC filings endpoints covering institutional holdings and insider transactions.
list_stocks_filings_13f()– SEC Form 13F filings data showing institutional investment manager holdings.list_stocks_filings_form_3()– SEC Form 3 filings reporting initial statements of beneficial ownership of securities by corporate insiders.list_stocks_filings_form_4()– SEC Form 4 filings reporting changes in beneficial ownership of securities filed by directors, officers, and 10%+ shareholders.
Check the docs for usage examples.
- Sync client-python with OpenAPI spec by @justinpolygon in #1014
Full Changelog: v2.5.0...v2.6.0
v2.5.0
What's Changed
European Consumer Spending is now available:
list_eu_merchant_aggregates(): Aggregated daily consumer transactions.list_eu_merchant_hierarchy(): Reference hierarchy data mapping merchants to parent/grandparent/great-grandparent companies, tickers, sectors, industries, and listing status.
Changes
- Sync client-python with OpenAPI spec by @justinpolygon in #1011
- Bump pygments from 2.19.2 to 2.20.0 by @dependabot[bot] in #1010
Full Changelog: v2.4.0...v2.5.0
v2.4.0
What's Changed
Fractional Shares Support
We’ve added full native support for fractional shares across all snapshot (v2 & v3), aggregate, and trades endpoints. New fields (fractional_volume, fractional_accumulated_volume, and fractional_size) preserve exact decimal precision (returned as strings) while keeping the original volume/size fields unchanged for full backward compatibility. This applies to EquityAgg (WebSocket), UniversalSnapshot, and v2 TickerSnapshot.
New SEC Filings Endpoints (beta)
We’ve added complete coverage for the new /stocks/filings/vX/* family of beta endpoints.
list_stocks_filings_index()- master index of all SEC filingslist_stocks_filings_10k_sections()- raw text sections from 10-K/10-Q filings (business, risk_factors, etc.)list_stocks_filings_8k_text()- parsed 8-K filings with item-level textlist_stocks_filings_risk_factors()- categorized risk factors (with supporting text)list_stocks_taxonomies_risk_factors()- risk factor taxonomy/categories
Check the docs for usage examples.
- Bump certifi from 2026.1.4 to 2026.2.25 by @dependabot[bot] in #1003
- Sync client-python with OpenAPI spec by @justinpolygon in #1005
Full Changelog: v2.3.2...v2.4.0
v2.3.2
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
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
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
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
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
- Bump certifi from 2025.11.12 to 2026.1.4 by @dependabot[bot] in #982
- Bump urllib3 from 2.6.1 to 2.6.3 by @dependabot[bot] in #985
- Bump types-setuptools from 80.9.0.20250822 to 80.9.0.20251223 by @dependabot[bot] in #981
- Bump mypy from 1.19.0 to 1.19.1 by @dependabot[bot] in #975
- Bump sphinx-rtd-theme from 3.0.2 to 3.1.0 by @dependabot[bot] in #989
- Sync client-python with OpenAPI spec by @justinpolygon in #993
Full Changelog: v2.0.3...v2.1.0
v2.0.3
What's Changed
- Added floats, splits, dividends, and risk factors endpoints and models by @justinpolygon in #980
- Bump certifi from 2025.10.5 to 2025.11.12 by @dependabot[bot] in #965
- Bump urllib3 from 2.5.0 to 2.6.0 by @dependabot[bot] in #970
- Bump mypy from 1.18.2 to 1.19.0 by @dependabot[bot] in #969
- Bump urllib3 from 2.6.0 to 2.6.1 by @dependabot[bot] in #972
- Bump orjson from 3.11.4 to 3.11.5 by @dependabot[bot] in #973
Full Changelog: v2.0.2...v2.0.3
v2.0.2
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
- @penelopus made their first contribution in #959
- @aaronspindler made their first contribution in #960
Full Changelog: v2.0.1...v2.0.2