Skip to content

Releases: ranaroussi/yfinance

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

0.1.70

30 Jan 12:14
a396d93
Compare
Choose a tag to compare

Closes #937.

0.1.69

12 Jan 15:46
Compare
Choose a tag to compare

Bug fixed - #920

0.0.68

30 Dec 15:41
Compare
Choose a tag to compare
  • Fixed json.decoder.JSONDecodeError using the latest requests library
  • Removed official support for Python 3.5 (only) due to lack of support for this version by the requests library

0.1.67

20 Nov 20:46
4abad90
Compare
Choose a tag to compare

Added legal disclaimers to make sure people are aware that this library is not affiliated, endorsed, or vetted by Yahoo, Inc.

0.1.66

13 Nov 22:55
608849e
Compare
Choose a tag to compare

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, and yf.download will 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

05 Oct 11:26
6e52c83
Compare
Choose a tag to compare
  • fixed institutional holders issue
  • other small fixes