Skip to content

Releases: ranaroussi/yfinance

0.1.79

18 Oct 19:15

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

Choose a tag to compare

Fix download() when different timezones #1085

0.1.77

07 Oct 21:05

Choose a tag to compare

Fix user experience bug introduced in 0.1.75 #1076

0.1.75

04 Oct 11:10

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

Choose a tag to compare

Fixed bug introduced in 0.1.73

0.1.73

11 Jul 11:16
5d942d9

Choose a tag to compare

Merged several PR that fixed misc issues

0.1.72

16 Jun 15:32
773d003

Choose a tag to compare

bugfix

0.1.71

16 Jun 15:25

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

0.1.70

30 Jan 12:14
a396d93

Choose a tag to compare

Closes #937.

0.1.69

12 Jan 15:46

Choose a tag to compare

Bug fixed - #920