lit26 / finvizfinance

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

BUG: screener_view not retrieving any results #52

Closed h1ghco closed 2 years ago

h1ghco commented 2 years ago

finvizfinance version checks

Reproducible Example

overview = Overview()
    filters_dict = {'Index':'S&P 500','Sector':'Basic Materials'}
    overview.set_filter(filters_dict=filters_dict)
    df = overview.screener_view()
    df.head()

Issue Description

Hi,

unfortunately somehow I am not getting any results any more using the Screener. Strangely it is still downloading something but the response is only a empty Dataframe with defined Columns regarding the different views.

See the example here:

grafik

Expected Behavior

Expected Result is a DataFrame with the content of finviz pages (Overview / Custom / Performance) etc.

Installed Versions

'0.12.2'
lit26 commented 2 years ago

Version 0.12.2 no longer works. Please upgrade the package to the latest version 0.14.0.