ItzXyers

Results 2 comments of ItzXyers

Try updating maybe? Your code works on my machine (running yfinance==0.2.40). My log: ``` DEBUG Entering download() DEBUG Disabling multithreading because DEBUG logging enabled DEBUG Entering history() DEBUG Entering history()...

It appears that the scraper doesn't even try to provide the earnings: ([yfinance.scrapers.fundamentals](https://github.com/ranaroussi/yfinance/blob/main/yfinance/scrapers/fundamentals.py#L31-L35); lines 11-35) ```python class Fundamentals: def __init__(self, data: YfData, symbol: str, proxy=None): self._data = data self._symbol =...