-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
[Enhancement] /stocks/ins Return more than 100 results #3628
Comments
Same issue in Terminal v2.0.0 |
The problem with limit 100 is that it barely cover 1 day. have a look at 28th of Nov almost 90 entries. Assuming you wish to build some history you should run the script few times a day to have high confidence you don't miss something. 500 gives you about buffer about one week |
So if you are interesred in changing the urls to get more than the 100 on the default page, one would need to replace the dictionary with the edited links that gives more than 100 results (and change the request url),
If you are interested in doing so, I can assign this to you. |
Python is not my thing, but what I see this line is responsible for query link and in theory following max results should be supported but can't find where the 100 limit comes from |
Adding |
Yup. One would need to get that link for all possible options on that model (dictionary linked above) |
Describe the bug
regardless of limit parameter the command returns max ~50 items
To Reproduce
OpenBB Terminal v1.9.0
/stocks/ins/lip -l 500 - returns max ~50 items.
OpenInsider web page returns full 500 rows table
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: