Skip to content

BUG: screener returning NoneType #144

@jdejones

Description

@jdejones

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

from finvizfinance.screener.custom import Custom
custom = Custom()
custom.set_filter(filters_dict={'Float Short': 'Over 10%'})
results = custom.screener_view(order='Short Interest Share', limit=-1, select_page=None, verbose=1, ascend=True, columns=[1,30], sleep_sec=1)

from finvizfinance.screener.overview import Overview
foo = Overview()
results = foo.screener_view()

Issue Description

Screener is returning "No ticker found." as type NoneType.
Tried multiple screens.
Tried with and without VPN.
I can access the finviz website and use the screener.
Other requests within this library like news page works.

Expected Behavior

Expected a pandas dataframe containing results from the finviz screen page.

Installed Versions

Details >>> import finvizfinance >>> finvizfinance.__version__ '1.2.0'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions