Releases: ranaroussi/yfinance
Releases · ranaroussi/yfinance
0.2.52
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.49
Fix prices-clean rarely discarding good data #2122
0.2.48
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
Refactor multi.py to return single-level index when a single ticker is requested
0.2.44
Features:
yf.Ticker(X).funds_data
#2041
yf.Sector(Y)
and yf.Industry(Z)
#2058
Thanks @ericpien!
Fix: improve dividend repair #2062
0.2.43
Fix price-repair bug introduced in 0.2.42 #2036