Releases: ranaroussi/yfinance
Releases Β· ranaroussi/yfinance
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
0.1.70
0.1.69
0.0.68
- Fixed
json.decoder.JSONDecodeErrorusing the latestrequestslibrary - Removed official support for Python 3.5 (only) due to lack of support for this version by the
requestslibrary