Skip to content

Releases: ranaroussi/yfinance

0.2.54

18 Feb 22:19
Compare
Choose a tag to compare

Hotfix fetch error #2277 thanks @dhruvan2006

0.2.53

15 Feb 18:20
Compare
Choose a tag to compare

Main changes:

  • fixes for Ticker.*_holders
  • add pre- and post-market data to Ticker.info
  • improve prices dividend repair

Thanks @dhruvan2006 @R5dan @ocp1006

Full changelog #2264

0.2.52

18 Jan 16:22
Compare
Choose a tag to compare

Features:

  • Improve Screener & docs #2207
  • Add yf.Market summary & status #2175
  • Support custom period in Ticker.history #2192
  • raise YfRateLimitError if rate limited #2108
  • add more options to yf.Search #2191

Fixes:

  • remove hardcoded keys in Analysis #2194
  • handle Yahoo changed Search response #2202

Thanks @dhruvan2006 and @R5dan

0.2.51

19 Dec 22:51
Compare
Choose a tag to compare

Features:

  • add yf.Search #2160
  • improve yf.Screener and Ticker.get_news() #2168 #2173

Fixes and tweaks:

  • Fix Ticker.get_earnings_dates #2169
  • Change download argument auto_adjust to default True, to match Ticker.history #2147

Thanks @hjlgood @ericpien @dhruvan2006

0.2.50

19 Nov 21:43
Compare
Choose a tag to compare

Fixes:

New documentation website: https://ranaroussi.github.io/yfinance/index.html

Thanks @ericpien @DamienDuv

0.2.49

10 Nov 21:38
Compare
Choose a tag to compare

Fix prices-clean rarely discarding good data #2122

0.2.48

25 Oct 18:02
Compare
Choose a tag to compare

Addresses #2100.

Added multi_level_index parameter to multi.py with a default value to True. If set to False and only one ticker is requested - the returned DataFrame will be single-level-index

0.2.47

25 Oct 10:35
1397dcc
Compare
Choose a tag to compare

Refactor multi.py to return single-level index when a single ticker is requested

0.2.46

21 Oct 17:39
Compare
Choose a tag to compare

Fix regression in 0.2.45 #2094 - thanks @FX196

0.2.45

20 Oct 22:09
Compare
Choose a tag to compare

Feature: yf.Screener and yf.EquityQuery #2066

Fixes:

  • history() IndexError and download() KeyError #2068 #2087
  • improve dividend repair #2090

Full changelog: #2091

Contributors: @ericpien @antoniouaa @algonell @marco-carvalho