ValueRaider

Results 898 comments of ValueRaider

If still a problem can someone post actual code to reproduce problem.

Is anyone else still experiencing this problem? I think I have a solution but need someone to test. My idea is - Yahoo returns a currency attribute with price data....

My timezone fixes should resolve this issue, which I will personally merge in soon once it's been sufficiently tested. https://github.com/ranaroussi/yfinance/pull/1048

Ticker 'FB' doesn't exist.

@git-shogg I've got good news and bad news. Good news - fixing the quarterlys will be super easy. Bad news - your annual tables are still missing some rows. If...

Unless you plan on reviewing/contributing other bugs/features* then it's easiest for everyone to stick to the fork->PR model. * But if you do want to contribute more to project then...

Can you refactor code in base.py, there's a lot of duplication. And fix the quarterlies? I showed how to get the data, you just need to copy in the MultiIndex....

With the refactor I was hoping you'd move the bulk of logic into a function, or at least a loop, and loop over 'cashflow', 'balance sheet', 'income'. To minimise size...

@git-shogg I've merged into the dev branch. Will test it for a few days before sending out release. Helps if you can test too, just use it instead of PIP....

The trick is to cache data locally so you minimise web requests. Try my smart caching wrapper: https://github.com/ValueRaider/yfinance-cache