lit26 / finvizfinance

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

BUG: overview.screener_view #99

Closed shahab-cl closed 5 months ago

shahab-cl commented 11 months ago

finvizfinance version checks

Reproducible Example

The following code does not stop even though the limit value is set.

    foverview = Overview()
    filters_dict = {'Average Volume':'Over 500K'}
    foverview.set_filter(filters_dict=filters_dict)
    df = foverview.screener_view(limit = 1, verbose = 1)
    df.head()

Issue Description

Please see aboove

Expected Behavior

should only return the number of rows = limit

Installed Versions

finvizfinance 0.14.7
lit26 commented 5 months ago

Should be fixed in the latest.