Yfinance Versions Save

Download market data from Yahoo! Finance's API

0.2.37

2 months ago

Small fixes:

  • Fix Pandas warnings #1838 #1844
  • Fix price repair bug, typos, refactor #1866 #1865 #1849
  • Stop disabling logging #1841

Thanks @mreiche @Rogach @power-edge @cottrell

0.2.36

3 months ago

Small fixes:

  • Name download() column levels #1795
  • Fix history(keepna=False) when repair=True #1824
  • Handle peewee with old sqlite #1827
  • Minor: #1724 #1823 #1830 #1833

Thanks: @mreiche @amanlai @molpcs @ange-daumal

0.2.35

3 months ago

Fixes for 0.2.34: fix behaviour with invalid symbols & unit tests #1816

0.2.34

3 months ago

Lots of changes here, thanks everyone.

Features:

  • Add Recommendations Trend Summary #1754 @bot-unit
  • Add Recommendation upgrades & downgrades #1773 @bot-unit
  • Add Insider Roster & Transactions #1772 @JuliaLWang8
  • Moved download() progress bar to STDERR #1776 @coskos-ops
  • PIP optional dependencies #1771 #1807 @JuliaLWang8

Fixes

  • Fix download() DatetimeIndex on invalid symbols #1779 @VishnuAkundi
  • Price repair fixes #1768 #1798
  • Fix Ticker.calendar fetch #1790 @bot-unit
  • Fix invalid date entering cache DB #1796
  • Fixed adding complementary to Ticker.info #1774 @coskos-ops
  • Fix raise_errors argument ignored in Ticker.history() #1806 @puntonim
  • Ticker.earnings_dates: fix warning Value 'NaN' has dtype incompatible with float64 #1810 @Tejasweee

Maintenance

  • Refactor Ticker proxy #1711 @rickturner2001
  • Add Ruff linter checks #1756 @marco-carvalho
  • Resolve Pandas FutureWarnings #1766 @JuliaLWang8

0.2.33

4 months ago

Cookie fixes:

  • fix backup strategy #1759
  • fix Ticker(ISIN) #1760 - thanks @bot-unit

0.2.32

5 months ago

Add cookie & crumb to requests, fix various HTTP errors. #1657 Thanks for big help from: @bot-unit @psychoz971 @JShen123

0.2.31

6 months ago

Fix TZ cache exception blocking import #1705 #1709 Fix merging pre-market events with intraday prices #1703

0.2.31b2

6 months ago

What's Changed

  • Finish TZ cache lazy-load #1709

Full Changelog: https://github.com/ranaroussi/yfinance/compare/0.2.31b1...0.2.31b2

0.2.31b1

7 months ago

What's Changed

  • Fix merging pre-market events with intraday prices #1703
  • Fix TZ cache exception blocking import #1705

Full Changelog: https://github.com/ranaroussi/yfinance/compare/0.2.30...0.2.31b1

0.2.30

7 months ago

Fix OperationalError #1698