Releases: ranaroussi/yfinance
Releases · ranaroussi/yfinance
0.1.81
0.1.80
0.1.79
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
0.1.77
0.1.75
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
Huge thank you for @ValueRaider for this one!
0.1.74
Fixed bug introduced in 0.1.73
0.1.73
Merged several PR that fixed misc issues
0.1.72
bugfix
0.1.71
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