Skip to content

Releases: ranaroussi/yfinance

0.1.81

23 Oct 18:55
Compare
Choose a tag to compare

Fix unhandled tz-cache exception #1107

0.1.80

22 Oct 12:28
Compare
Choose a tag to compare

Fixes:

  • download(ignore_tz=True) for single ticker #1097
  • rare case of error "Cannot infer DST time" #1100

0.1.79

18 Oct 19:15
Compare
Choose a tag to compare

Fix when Yahoo returns price=NaNs on dividend day. Dividends were being lost. E.g. ticker "BHP.AX" on 1998-10-30.

0.1.78

18 Oct 11:55
Compare
Choose a tag to compare

Fix download() when different timezones #1085

0.1.77

07 Oct 21:05
Compare
Choose a tag to compare

Fix user experience bug introduced in 0.1.75 #1076

0.1.75

04 Oct 11:10
Compare
Choose a tag to compare

Thanks to @ValueRaider and @asafravid - we have a new version! 🎉

  • The big change is fixing datetime-related issues: #1048
  • add 'keepna' argument #1032
  • speedup Ticker() creation #1042
  • improve a bugfix #1033

Discussion

Huge thank you for @ValueRaider for this one!

0.1.74

11 Jul 22:21
Compare
Choose a tag to compare

Fixed bug introduced in 0.1.73

0.1.73

11 Jul 11:16
5d942d9
Compare
Choose a tag to compare

Merged several PR that fixed misc issues

0.1.72

16 Jun 15:32
773d003
Compare
Choose a tag to compare

bugfix

0.1.71

16 Jun 15:25
Compare
Choose a tag to compare

0.1.71

  • Added Tickers(…).news()
  • Return empty DF if YF missing earnings dates
  • Fix EPS % to 0->1
  • Fix timezone handling
  • Fix handling of missing data
  • Clean&format earnings_dates table
  • Add .get_earnings_dates() to retreive earnings calendar
  • Added .get_earnings_history() to fetch earnings data