finviz icon indicating copy to clipboard operation
finviz copied to clipboard

Screener - limit results / total rows / page number

Open peanutsmcgee opened this issue 4 years ago • 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?

peanutsmcgee avatar Jul 04 '21 17:07 peanutsmcgee

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.

d3an avatar Aug 16 '21 23:08 d3an