ms82494
ms82494
I signed up yesterday for Yahoo Finance Premium, and instantly had similar problems. I think @dpguthrie mentioned a while ago on a different issue that this is likely due to...
I'm not 100% certain, but I think you need ```tickers = Ticker(ticker_string.split())```. Also, you have **a lot** of tickers in that list. I'd break this up into small chunks to...
Hi, Maybe I am totally missing the point, but I'll just focus on > Is there a way to convert data in a dictionary format into one in Pandas DataFrame...
This request had been raised before, and was rejected by the owner ([see here](https://github.com/dpguthrie/yahooquery/issues/11#:~:text=Don%27t%20plan%20on%20adding%20this%20feature%20at%20this%20time.%20Would%20love%20a%20PR%20if%20it%27s%20something%20you%27d%20like%20to%20add.)) But @dpguthrie invited others to submit a pull request implementing the functionality. Some time ago, I...
I think the problem is that the valuation ratios you're trying to retrieve, 'PeRatio', 'PegRatio', and 'PbRatio', aren't found in financial statements. Take a look at the documentation for the...
My apologies, you are correct! And trying your code, I get the same error as you do. I had never tried to retrieve these valuation measures from the financial statements...