Skip to content

Releases: ranaroussi/yfinance

0.2.7

26 Jan 17:03
Compare
Choose a tag to compare
  • Fix Yahoo decryption, smarter this time #1353
  • Rename basic_info -> fast_info #1354

0.2.6

25 Jan 19:11
Compare
Choose a tag to compare

Fix Ticker.basic_info lazy-loading #1342

0.2.5

25 Jan 16:47
Compare
Choose a tag to compare
  • Fix Yahoo data decryption again #1336
  • New: Ticker.basic_info - faster Ticker.info #1317

0.2.4

14 Jan 23:01
Compare
Choose a tag to compare
  • Fix Yahoo data decryptionΒ #1297
  • New feature: 'Ticker.get_shares_full()'Β #1301
  • Improve caching of financials dataΒ #1284
  • Restore download() original alignment behaviourΒ #1283
  • Fix the database lock error in multithread downloadΒ #1276

#1302

0.2.3

20 Dec 11:58
Compare
Choose a tag to compare
  • Make financials API '_' use consistent (e.g. support both balance_sheet and balancesheet)

0.2.2

20 Dec 11:34
Compare
Choose a tag to compare
  • Restore financials attribute (map to income_stmt)

0.1.96

20 Dec 20:51
Compare
Choose a tag to compare
  • Fix info[] not caching for small % of tickers #1258

0.2.1

19 Dec 23:20
Compare
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
Compare
Choose a tag to compare

Fix info[] bug #1257

0.1.94

19 Dec 11:19
Compare
Choose a tag to compare

Fix delisted ticker info[] access