Releases: ranaroussi/yfinance
Releases · ranaroussi/yfinance
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
0.1.67
Added legal disclaimers to make sure people are aware that this library is not affiliated, endorsed, or vetted by Yahoo, Inc.
0.1.66
0.1.66
- Merged PR to allow yfinance to be pickled
- Added lookup by ISIN
utils.get_all_by_isin(...),utils.get_ticker_by_isin(...),utils.get_info_by_isin(...),utils.get_news_by_isin(...) yf.Ticker,yf.Tickers, andyf.downloadwill auto-detect ISINs and convert them to tickers- Propagating timeout parameter through code, setting
request.get(timeout) - Adds Ticker.analysis and
Ticker.get_analysis(...)
Release 0.1.55
- fixed institutional holders issue
- other small fixes