Yfinance Versions Save

Download market data from Yahoo! Finance's API

0.2.30

7 months ago

Fix OperationalError #1698

0.2.29

7 months ago

Fixes:

  • Fix pandas warning when retrieving quotes - thanks @difelice #1672
  • Replace sqlite3 with peewee for 100% thread-safety - #1675
  • Fix merging events with intraday prices - #1684
  • Fix error when calling enable_debug_mode twice - thanks @arduinocc04 #1687
  • Price repair fixes #1688

Full Changelog: https://github.com/ranaroussi/yfinance/compare/0.2.28...0.2.29

0.2.28

9 months ago
  • Fix TypeError: 'FastInfo' object is not callable #1636
  • Improve & fix price repair #1633 #1660
  • option_chain() also return underlying data - thanks @DanielGoldfarb #1606

0.2.27

9 months ago

Bug fixes:

  • fix merging 1d-prices with out-of-range divs/splits #1635
  • fix multithread error 'tz already in cache' #1648

0.2.26

9 months ago

Proxy improvements

  • bug fixes #1371
  • security update - thanks @ricardoprins #1625

0.2.25

9 months ago

Fix single ISIN as ticker - thanks @ricardoprins #1611 Fix 'Only 100 years allowed' error - thanks @lucas03 #1576

0.2.24

10 months ago

Fix info[] missing values #1603

0.2.23

10 months ago

Fix 'Unauthorized' error - thanks @signifer-geo #1595

0.2.22

10 months ago

Fix unhandled sqlite3.DatabaseError #1574

0.2.21

10 months ago

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