ValueRaider

Results 898 comments of ValueRaider

PR https://github.com/ranaroussi/yfinance/pull/1026 should have fixed it. Close issue if solved.

@devfinwiz I'm asking around for volunteers to help maintain a replacement fork of yfinance, seeing as Ran has effectively abandoned it. Are you interested? It doesn't have to involve coding,...

Setting aside the exception for now - how should the `end` argument be used in this scenario? Currently it is ignored completely in Yahoo request, but you setting it implies...

Correct that the `yfinance` function call uses `end` now, but this is a recent addition that post-processes the data after the Yahoo web request. For a long time before this...

That PR is what I think is best solution. What do you think?

Your change _technically_ fixes the exception but it creates a design contradiction. See the docstring for `history()`: > Either Use period parameter or use start and end The contradiction is...

Yahoo's doing that not you. I've fixed anyway and created a pull request: https://github.com/ranaroussi/yfinance/pull/1012

Yahoo only returns last 4 years. With this PR https://github.com/ranaroussi/yfinance/pull/776 can squeeze out one more quarter (so 5). But that's it. Otherwise you have to cache locally and slowly build...

This was fixed soon after reporting: https://github.com/ranaroussi/yfinance/issues/937#issuecomment-1025131425

Thanks @Jossan84 , this will go out in next release.