ValueRaider

Results 898 comments of ValueRaider

My `fast_info` update didn't interfere with this particular key, so something must have changed in the data Yahoo returns.

Note sure why I closed this. To be precise - yfinance isn't returning None, Python is, that's the behaviour of `get()` when key not present. The old yfinance simply scraped...

Good idea, and I wasn't aware (I've created a discussion instead). If you still want to do then yes, greatly appreciated.

@paulmcq You can review code in "Files changed" tab -> click '+' button by code

I tagged review for discussion - should yfinance do this?

I could link the 'dividend adjustment fix' to argument `repair=True`. Which is the bulk of this PR.

Instead, can `get_all_by_isin` be refactored to use `YfData`? Is a singleton so easy. Feel free to reduce timeout, there's no particular reason for 30. Also can you target `dev` branch?...

Compare the query YF sends to Yahoo API vs what Yahoo website sends to API.

Best solution might be modifying `_parse_user_dt` to return TZ-aware datetime instead of epoch. Avoids `utcfromtimestamp`. #1084