You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: