Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: screener limit is not working #68

Open
2 tasks done
lit26 opened this issue Mar 14, 2023 · 0 comments
Open
2 tasks done

BUG: screener limit is not working #68

lit26 opened this issue Mar 14, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@lit26
Copy link
Owner

lit26 commented Mar 14, 2023

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.overview import Overview

foverview = Overview()
filters_dict = {'Index':'S&P 500'}
foverview.set_filter(filters_dict=filters_dict)
df = foverview.screener_view(order="ticker",ascend=False, limit=41)

Issue Description

Screener limit parameter is not working

Expected Behavior

Screener limit parameter should limit the rows.

Installed Versions

0.14.3

@lit26 lit26 self-assigned this Mar 14, 2023
@lit26 lit26 added the bug Something isn't working label Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant