lit26 / finvizfinance

Finviz analysis python library.

Home Page:https://finvizfinance.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUG: failed to generate ticker outer ratings

kalabharath opened this issue · comments

finvizfinance version checks

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the master branch of finvizfinance.

Reproducible Example

>>> ticker = 'PLTR'
>>> stock = finvizfinance(ticker)
>>> outer_ratings_df = stock.ticker_outer_ratings()
>>> print (outer_ratings_df)
None

Issue Description

its 'None' irrespective of ticker

Expected Behavior

dataframe of analyst ratings

Installed Versions

Replace this line with the output of finvizfinance.version

Should be fixed in the latest. Please check