ValueRaider
ValueRaider
Bug ``` c = yf.Calendars() print(c.earnings_calendar['Event Start Date'].iloc[:4]) start = datetime.now() - timedelta(days=7) c = yf.Calendars(start=start) print(c.earnings_calendar['Event Start Date'].iloc[:4]) ``` ``` Symbol BABA 2025-11-14 13:30:00+00:00 CSCO 2025-11-12 21:00:00+00:00 SE 2025-11-11...
Looks good. Last thing: can you do a git squash? https://ranaroussi.github.io/yfinance/development/code.html#git-stuff
Are you seeing the fails?
Screener should support everything here https://finance.yahoo.com/research-hub/screener/most_actives/ Could be problem of `-` vs `—`. See https://github.com/ranaroussi/yfinance/blob/fc0bde214a4745fb6081a20ae81e3aba56ae72af/yfinance/const.py#L208
Where exactly is it shown?
Do you really need to frequently bulk-fetch financials? Try https://pypi.org/project/yfinance-cache
Try changing base URLs here https://github.com/ranaroussi/yfinance/blob/main/yfinance%2Fconst.py#L1-L3
because `key-statistics` page isn't fetched https://github.com/ranaroussi/yfinance/blob/4c609b42c629e95ae1527c7f475dd8d1b5a0cf71/yfinance/scrapers/quote.py#L673 related #2426