mariostoev/finviz

Screener - limit results / total rows / page number

Opened this issue · 1 comments

Is there a way to limit the results from a screener in some way?

Say I had a screener that returns all stocks sorted by price. The results are 411 pages long, and pretty slow to process. Is there a way to only return the first page? Or maybe the first 50 rows? Or anything else similar like that?

d3an commented

There's probably a hacky way to do it (maybe kill/time-out the request after x seconds), but this library doesn't have that function yet. Feel free to throw a PR together if you have time though.