Skip to content

Releases: ranaroussi/yfinance

0.1.96

20 Dec 20:51

Choose a tag to compare

  • Fix info[] not caching for small % of tickers #1258

0.2.1

19 Dec 23:20

Choose a tag to compare

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

19 Dec 21:47

Choose a tag to compare

Fix info[] bug #1257

0.1.94

19 Dec 11:19

Choose a tag to compare

Fix delisted ticker info[] access

0.1.93

18 Dec 22:17

Choose a tag to compare

Fix Ticker.shares

0.1.92

18 Dec 21:45

Choose a tag to compare

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

16 Dec 16:28

Choose a tag to compare

0.2.0rc5 Pre-release
Pre-release
  • Improve financials error handling #1243
  • Fix '100x price' repair #1244

0.2.0rc4

13 Dec 22:13

Choose a tag to compare

0.2.0rc4 Pre-release
Pre-release

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

0.1.90

13 Dec 15:37

Choose a tag to compare

  • Restore lxml requirement, increase minimum version #1237

0.1.89

12 Dec 22:07

Choose a tag to compare

  • Remove unused incompatible dependency #1222
  • Fix minimum Pandas version #1230