lit26 / finvizfinance

Finviz analysis python library.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

screener_view List index out of range

minhhoang1023 opened this issue · comments

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

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