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
I am unable to retrieve all screener results using the YahooQuery library. Specifically, when attempting to increase the count parameter beyond 250, I receive an error stating "size is too large." However, the screener indicates that there are 10,000 results available.
Describe the Bug
I am unable to retrieve all screener results using the YahooQuery library. Specifically, when attempting to increase the
count
parameter beyond 250, I receive an error stating "size is too large." However, the screener indicates that there are 10,000 results available.To Reproduce
Steps to reproduce the behavior:
Here's the code I used:
Expected Behavior
I expected to retrieve all available results (up to 10,000) by adjusting the
count
parameter.Screenshots
Web Results
Error when count > 250
Additional Context
Is there a workaround or another method to retrieve all 10,000 results, or is this a limitation? Any guidance would be appreciated.
The text was updated successfully, but these errors were encountered: