ValueRaider
ValueRaider
Provide minimal code that reproduces problem.
[Review debug log](https://github.com/ranaroussi/yfinance#logging)
[yahooquery](https://github.com/dpguthrie/yahooquery) retrieves fundamentals much faster. Probably `yfinance` can be improved to match, but their codebase is complex, hard to figure out what they do.
Is this fixed?
There's a lot here which I won't attempt to understand now ... but if someone wants to submit a PR I can merge in.
Probably because no trades occurred then. If you need the times then try `history(keepna=True)`
Wiki is a great idea. I would start at a higher level: - User guides. E.g. guide to financials data? - API doc (which you've started) Also `yfinance` has a...
Try now
`info` is now `None` for delisted tickers, so will trigger exceptions. Solved?
Is this fixed?