Skip to content

Releases: massive-com/client-python

v2.6.0

28 Apr 18:23
0c1a66f

Choose a tag to compare

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.

Full Changelog: v2.5.0...v2.6.0

v2.5.0

10 Apr 13:51
7179fdc

Choose a tag to compare

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

Full Changelog: v2.4.0...v2.5.0

v2.4.0

05 Mar 15:59
e781983

Choose a tag to compare

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 filings
  • list_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 text
  • list_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.

Full Changelog: v2.3.2...v2.4.0

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