ms82494
ms82494
Take a look at my reply to Issue #180. I don't use the exact same way to login as you do, but if your Ticker object's crumb is `None` then...
This was about an old version. If you use the current version of yahooquery you don't need any patch.
Apologies for the delay, I missed the notification of your message. I am not sure what problem you encounter. It just works for me: ``` Python 3.11.6 | packaged by...
I have a Yahoo Finance Plus subscription, but don't currently plan on renewing it. My number one dissatisfaction is the fragility of the community-supplied APIs, thanks to the seemingly random...
@cmjordan42: I'd really be curious what "defensive measures" have insulated you from the mayhem during last October/November. Even now there are a lot of users in Europe complaining about inability...
@cmjordan42 : Firstly, thank you for the detail on how you ensure robustness for your data gathering from YF. That's definitely much more elaborate than what I do and I...
If you're looking for current pre-market or post-market quotes, they're available using `price` on a Ticker instance. I don't know about pre-market or post-market quotes in histories. ``` tickers =...
Works for me. Linux, yahooquery 2.3.1, python 3.10.11
@benhowell I get ```HTTP 404 Not Found``` errors on quotes, too. But this question concerned all_financial_data().
I just started to notice the same problem. Maybe this is indeed similar to the quotes problem #192, as @benhowell suggested. I tried it with and without YF+ session crumb...