ValueRaider

Results 898 comments of ValueRaider

I tried to port but give up. None of the examples I found use a "words" array as the salt, most assume the salt is embedded in the encrypted text....

For any crypto experts that are unsure where to put decryption code, see `data.py get_json_data_stores()`, you can see where `root.App.main` element is accessed. Edit: Please keep comments related to implementing...

@Korach250 Not everything on GitHub is also available on pypi.org

New release out that fixes this - 0.1.92

> Only thing which i recognized which was not working for me, was that i was not able to get the number of shares. Good spot. I can fix this.

New release 0.1.93, fixes `Ticker.shares`

@saviornt Can you double-check, then post sample code? Is working for me.

What does this return? `yf.__version__` If that returns 0.1.93, then confirm that PIP installed correct files - is "cryptography" in `site-packages/yfinance/utils.py`? Use `print(yf)` to show where PIP installed code.

I have this in an experimental branch that needs someone to test for feedback: "feature/share-count" `yf.Ticker(...).shares_full(start=None, end=None)` It isn't strictly quarterly, maybe it's recording each individual share issuance/buyback? E.g. |...

I'm still waiting for feedback - any bugs or improvements? Not gonna merge bad code. You're the 3rd to see this, still no feedback.