'Is there a way to pull the estimated next 5 years growth rate for a stock from Yahoo Finance?

I am currently using pandas. For example, I can get market cap easily with this:

marketCap = pdr.get_quote_yahoo('UBER')['marketCap']**

However, I wanted to get this growth estimate from the analysis page of Yahoo Finance. Is this possible? I am having trouble finding docs that show what exactly you can pull datawise using pandas datareader.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source