ValueRaider

Results 898 comments of ValueRaider

I've merged it into a new branch `feature/growth-estimates`, you can fork and pull-request that.

I've noticed this too, not sure where fault lies between Yahoo and `yfinance`.

yfinance has a cache (README Ctrl+F). Has caused problems on cloud before because path location isn't writable, I thought was solved by allowing cache to fail. If you find a...

Can you get a better log trace that shows where in yfinance the exception originates?

> I tried to include "chmod -R 777 ." as a build command but that did not seem to work. Probably the virtualisation interfering. Try fixing the cache first -...

Looks more like renaming https://github.com/ranaroussi/yfinance/pull/1778/files#diff-87ec0a62e5cd9f9570c4396b107fa8cb014070a905504e50e80773ecca4902ea

I'm basically black-box-testing your calendar and struggling. Look below, one is easier than the other. `print(dat.calendar)` > ? `print(dat.earnings_dates)` ``` EPS Estimate Reported EPS Surprise(%) Earnings Date ... 2023-10-26 16:00:00-04:00...

Essentially yes but subtle difference. `calendar` would return this when week known but not day (`AMZN`): ``` Earnings Date | Jan 31, 2024 - Feb 05, 2024 ``` `earnings_dates` just...

FYI `Ticker.calendar` has been implemented here #1790, as it used to be before the encryption mess.

I remember wanting to silence everything during `history` calls in `fast_info`, particularly `requests` module. But I forget why. Given `fast_info` seems stable now, probably OK to revert.