ValueRaider

Results 898 comments of ValueRaider

This should be solved in recent releases.

The data returned by Yahoo is always split-adjusted, but not dividend-adjusted. It includes "Adj Close" (dividend-adjusted) so user (`yfinance`) can dividend-adjust all data. I suspect Ran wanted `back_adjust` to reverse...

I have pushed out a fix to version 0.2.0rc1 (on PIP). I would greatly appreciate feedback. You can always downgrade to 0.1 if problems.

Is this still happening?

You can workaround this with e.g. `period="60d"`. If you really need yfinance to convert max then consider submitting a fix.

Hi Nikola. I'm willing to merge but have one request - move the fetching into it's own function e.g. `Ticker._get_executives()`. Each scrape url should have its own function.

Should be fixed by https://github.com/ranaroussi/yfinance/pull/1026

Yahoo website is showing "incorrect" numbers because it's rounding the prices. If you want `yfinance` to round then turn on `Ticker(rounding=True)`