lit26 / finvizfinance

Finviz analysis python library.
https://finvizfinance.readthedocs.io/en/latest/
MIT License
507 stars 83 forks source link

BUG: failed to generate ticker outer ratings #85

Closed kalabharath closed 1 year ago

kalabharath commented 1 year ago

finvizfinance version checks

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__
lit26 commented 1 year ago

Should be fixed in the latest. Please check