Scraper
This commit is contained in:
parent
26b1b94e3b
commit
f64593e25a
1 changed files with 0 additions and 2 deletions
|
@ -23,8 +23,6 @@ def get_market_cap(ticker1):
|
|||
return market_cap
|
||||
|
||||
|
||||
|
||||
|
||||
def get_analyst_estimates(ticker):
|
||||
estimates = si.get_analysts_info(ticker)
|
||||
next_5_years_estimates = estimates["Growth Estimates"].iloc[4].dropna()
|
||||
|
|
Reference in a new issue