Whoopsie
This commit is contained in:
parent
fa9ca0cd8b
commit
23340546d8
1 changed files with 0 additions and 7 deletions
|
@ -23,19 +23,12 @@ def get_market_cap(ticker1):
|
|||
return market_cap
|
||||
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
def get_earnings(ticker):
|
||||
|
||||
aapl = Ticker(ticker)
|
||||
|
||||
performance = aapl.earning_history
|
||||
|
||||
return performance
|
||||
|
||||
|
||||
|
||||
>>>>>>> 87c225170b8caaa835e939886712744ade00a165
|
||||
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