-
Notifications
You must be signed in to change notification settings - Fork 228
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
Add stocks demo scripts #377
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lots of great examples and documentation here! I just left a couple small questions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙌
Did not mean to commit this file.
Did not mean to commit this file.
Mind checking one more time and make sure things make senes @mmoghaddam385. Typical new guy here, submits a massive PR, and then goes through lots of revisions :). Sorry about that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Added demos for each stocks API endpoint. Some of the demos show off csv export, pretty printing content, looping through trades to count cash, etc. The intent is to give new users working examples. There are also links to the API docs and client library API docs.