Releases: ranaroussi/yfinance
Releases · ranaroussi/yfinance
0.1.96
0.2.1
This is a major new release with some new features. The important summary is:
- optimised scraping (thanks @fredrik-corneliusson)
 - financials tables match website (thanks @git-shogg
 - price data improvements: fix NaN rows, new repair feature, metadata available (see README)
 
For full list of changes see the pre-release notes:
@ranaroussi Just FYI
0.1.95
0.1.94
Fix delisted ticker info[] access
0.1.93
Fix Ticker.shares
0.1.92
Decrypt the new Yahoo encryption #1255. Credits to @Rogach for the hard crypto work, and to @fredrik-corneliusson for porting to cryptography.
0.2.0rc5
0.2.0rc4
Major changes:
- Access to old financials tables via 
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