-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[Bug] openbb.stocks.gov.topbuys()
& openbb.stocks.gov.topsells()
give same output
#5258
Comments
Digging in to this a bit, and it appears there is something up with the
In [35]: from openbb_terminal.sdk import openbb In [36]: openbb.stocks.gov.topbuys() In [37]: openbb.stocks.gov.topsells()
|
getting 500 status code :( |
was just going to update my comment to include that.
|
its back to just buys==sells |
will be fixed in release |
The text was updated successfully, but these errors were encountered: