Skip to content

Releases: ranaroussi/yfinance

0.2.22

24 Jun 18:43
Compare
Choose a tag to compare

Fix unhandled sqlite3.DatabaseError #1574

0.2.21

21 Jun 22:19
Compare
Choose a tag to compare

Main changes:

  • fixed the 3 main financials tables - income statement, balance sheet, and cash flow #1568
  • price repair improved: fix Yahoo messing up dividend and split adjustments #1543

Minor changes:

  • fix logging double-printing #1562
  • fix merging future dividend/split into prices #1567

0.2.20

07 Jun 15:52
Compare
Choose a tag to compare

Switch to logging module - thanks @flaviovs #1423 #1493 #1522 #1541

Price history:

0.2.19b4

25 May 10:12
Compare
Choose a tag to compare
0.2.19b4 Pre-release
Pre-release

Bugfixes:

  • Corrupt tkr-tz-csv halting code #1528
  • Faulty download logging #1541

Post feedback in Discussion: https://github.com/ranaroussi/yfinance/discussions/1516

0.2.19b3

11 May 13:04
Compare
Choose a tag to compare
0.2.19b3 Pre-release
Pre-release

Fixes:

  • improve logging messages #1522
  • price fixes #1523

Post feedback in Discussion: https://github.com/ranaroussi/yfinance/discussions/1516

0.2.19b1

04 May 21:17
Compare
Choose a tag to compare
0.2.19b1 Pre-release
Pre-release

Changes:

  • Logging module #1493
  • optimise Ticker.history #1514

Feedback wanted on switch to Logging module. See the updated README for howto: https://github.com/ranaroussi/yfinance/tree/dev#logging

Post feedback in Discussion: https://github.com/ranaroussi/yfinance/discussions/1516

0.2.18

16 Apr 18:04
Compare
Choose a tag to compare

Bug fixes:

  • fast_info error "_np not found" #1496
  • timezone cache #1498

0.2.17

10 Apr 20:57
Compare
Choose a tag to compare

Fix prices error with Pandas 2.0 - thanks @steven9909 #1488

0.2.16

09 Apr 22:44
Compare
Choose a tag to compare

Restore missing Ticker.info keys - thanks @kennykos #1480

0.2.14

25 Mar 11:40
Compare
Choose a tag to compare

Fix Ticker.info dict by fetching from API (also faster than scraping) - thanks @qianyun210603 #1461