Skip to content
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] SDK endpoints with date arguments not in str format #3328

Closed
montezdesousa opened this issue Nov 7, 2022 · 0 comments · Fixed by #3354
Closed

[Bug] SDK endpoints with date arguments not in str format #3328

montezdesousa opened this issue Nov 7, 2022 · 0 comments · Fixed by #3354
Assignees
Labels
bug Fix bug platform OpenBB Platform

Comments

@montezdesousa
Copy link
Contributor

montezdesousa commented Nov 7, 2022

Describe the bug
The following SDK endpoints make use of dates in datetime or timestamp instead of str:

  • crypto.dd.active
  • crypto.dd.change
  • crypto.dd.eb
  • crypto.dd.gh
  • crypto.dd.nonzero
  • crypto.load
  • crypto.onchain
  • crypto.ov.altindex
  • etf.candle
  • stocks.ba.trend
  • stocks.candle

This should be changed to str type to follow the style guide.

@montezdesousa montezdesousa added bug Fix bug platform OpenBB Platform labels Nov 7, 2022
@montezdesousa montezdesousa changed the title [Bug] SDK endpoint with date arguments not in str format [Bug] SDK endpoints with date arguments not in str format Nov 7, 2022
@github-actions github-actions bot added the crypto Crypto related label Nov 7, 2022
@montezdesousa montezdesousa self-assigned this Nov 9, 2022
@montezdesousa montezdesousa removed the crypto Crypto related label Nov 9, 2022
@montezdesousa montezdesousa mentioned this issue Nov 9, 2022
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fix bug platform OpenBB Platform
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant