Skip to content

v1.14.3

Latest
Compare
Choose a tag to compare
@justinpolygon justinpolygon released this 09 Jan 17:02
· 2 commits to master since this release
bbf0b29

What's Changed

In this release, we are introducing a breaking change to the Stocks Financials Beta API. We have refactored the balance_sheet, income_statement, cash_flow_statement, and comprehensive_income sections to use typed classes with explicit fields, replacing the previous raw dictionary access. Each field specified in the OpenAPI specification is now presented as an optional DataPoint, enhancing type safety and reliability when accessing data.

Note that although this is a breaking change, we are issuing it as a minor update due to the beta status of this API and the existing issues with the previous implementation. We recommend that all users update their implementations to accommodate these new typed access patterns.

New Features

  • Related Companies Demo: Added a new demo for related companies functionality (PR #717).
  • Dividend and Split IDs: Added identifiers for dividends and stock splits (PR #736).
  • Hunting Anomalies in the Stock Market Scripts: Added new scripts for anomaly detection in stock markets (PR #780).
  • IPOs Support: Added support for Initial Public Offerings data (PR #816).
  • Universal Snapshot 'session' Model Update: Updated the session model for Universal Snapshot (PR #771).
  • StockFinancial Model Updates: Updated the StockFinancial model to include net income, EPS, and parent net income loss (PR #817).

Spec and Model Updates

  • Updated WebSocket spec to the latest version (PR #741).
  • Spec update 2024-12-24 (PR #815).
  • Updated CODEOWNERS (PR #808).

Dependency Updates

  • mypy: Updated from 1.10.1 to 1.13.0 across multiple pull requests (PRs #713, #723, #735, #770, #776).
  • types-setuptools: Updated from 70.3.0 to 75.6.0 across multiple pull requests (PRs #714, #720, #726, #731, #733, #740, #744, #752, #769, #783, #786, #793, #797, #811).
  • orjson: Updated from 3.10.6 to 3.10.13 across multiple pull requests (PRs #727, #768, #779, #794, #824).
  • certifi: Updated from 2024.7.4 to 2024.12.14 across multiple pull requests (PRs #739, #807).
  • black: Updated from 24.4.2 to 24.8.0 (PR #724).
  • urllib3: Updated from 2.2.2 to 2.2.3 (PR #747).
  • websockets: Updated from 12.0 to 13.1 (PR #751).
  • sphinx-rtd-theme: Updated from 2.0.0 to 3.0.2 across multiple pull requests (PRs #759, #787).
  • pook: Updated from 2.0.0 to 2.0.1 (PR #765).
  • jinja2: Updated from 3.1.4 to 3.1.5 (PR #814).

Full Changelog: View complete list of changes