ValueRaider

Results 898 comments of ValueRaider

What's your `yfinance` version?

Step 1 is confirming what is to blame - Yahoo vs `yfinance`. Add debug code to print the dates Yahoo returns.

Correct financials are now available in pre-release version 0.2.0rc4.

@wgong Can you provide code that was failing before you downgraded Pandas? We want to fix this problem but we can't reproduce.

That looks like old code. Update yfinance to latest version, confirm with `import yfinance as yf ; print(yf.__version__)`

> Confirmed Confirmed what? Also everyone should be able to use any version of Pandas >=1.3.0 without problems.

@Abdul675 Try branch `fix/prices-index-not-datetime` (instructions #1080) and give feedback.

This is a bug, proxy handling was broken in many places. Can you try branch `hotfix/proxy` and report back.

Can someone try `Ticker.isin()`, we're not sure it works with proxy #1399

Correct financials are now available in pre-release version 0.2.0rc4.