Skip to content

v2.6.0

Latest

Choose a tag to compare

@justinpolygon justinpolygon released this 28 Apr 18:23
0c1a66f

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