Closed kalabharath closed 1 year ago
[X] I have checked that this issue has not already been reported.
[X] I have confirmed this bug exists on the master branch of finvizfinance.
>>> ticker = 'PLTR' >>> stock = finvizfinance(ticker) >>> outer_ratings_df = stock.ticker_outer_ratings() >>> print (outer_ratings_df) None
its 'None' irrespective of ticker
dataframe of analyst ratings
Should be fixed in the latest. Please check
finvizfinance version checks
[X] I have checked that this issue has not already been reported.
[X] I have confirmed this bug exists on the master branch of finvizfinance.
Reproducible Example
Issue Description
its 'None' irrespective of ticker
Expected Behavior
dataframe of analyst ratings
Installed Versions