We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
openbb.crypto.dd.events
openbb.crypto.dd.events(symbol = 'BTC'), returns nothing.
openbb.crypto.dd.events(symbol = 'BTC')
openbb.crypto.dd.events(symbol = 'BTC', chart = True), returns a printed table that cannot be passed to another function.
openbb.crypto.dd.events(symbol = 'BTC', chart = True)
The text was updated successfully, but these errors were encountered:
Fix #3326 (#3425)
c9be115
* removed get_coinpaprika_id from the view * reorganized a bit * removed unused functions * removed unused functions * removed unused imports * cleaning * cleaning * fix tests * fix template report * fix template report * fixing imports * fixing imports * fix report * fix report * fix report * fix tests * small fixes after merge * linting Co-authored-by: jose-donato <[email protected]>
hjoaquim
Successfully merging a pull request may close this issue.
openbb.crypto.dd.events(symbol = 'BTC')
, returns nothing.openbb.crypto.dd.events(symbol = 'BTC', chart = True)
, returns a printed table that cannot be passed to another function.The text was updated successfully, but these errors were encountered: