0.2.51
ranaroussi/yfinance0.2.51Dec 19, 2024by ValueRaider
AI Summary
Introduces Search functionality, improves Screener and news fetching, and changes the default value for the download auto_adjust parameter.
Key Highlights
- Add `yf.Search`
- Improve `yf.Screener` and `Ticker.get_news()`
- Fix `Ticker.get_earnings_dates`
- Change `download` argument `auto_adjust` to default True
Breaking Changes
- Changed `download` argument `auto_adjust` default to True
New Features
- yf.Search
- Improved Screener and Ticker.get_news()
Full Release Notes
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