Major changes:
- Fix financials tables to match website. Fine for most tickers, but a small number don't display quarterly financials on website - set
legacy=True
to get the old tables (e.g.get_income_stmt(legacy=True)
)
- Optimise scraping financials & fundamentals, 2x faster
- Add 'capital gains' alongside dividends & splits for ETFs, and metadata available via
history_metadata
, plus a bunch of price fixes
For full list of changes see #1238