lit26 / finvizfinance

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

screener_view List index out of range #49

Closed minhhoang1023 closed 2 years ago

minhhoang1023 commented 2 years ago

Right now when I call valuation.Valuation().screener_view(), and using the default value, an error is thrown:

  File "/Users/minh/Desktop/DareData/GameStonk/GamestonkTerminal/openbb_terminal/economy/finviz_model.py", line 34, in get_valuation_performance_data
    return valuation.Valuation().screener_view(group=group)
  File "/Users/minh/.virtualenvs/gst/lib/python3.9/site-packages/finvizfinance/group/overview.py", line 97, in screener_view
    info_dict[table_header[i]] = col.text
lit26 commented 2 years ago

Please check the version of the package. The package is updated yesterday.