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