-
Notifications
You must be signed in to change notification settings - Fork 679
Implement Google quote functionality #177
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
Conversation
Thanks @gliptak but there is some PEP8 errors
Could you fix them ? That will be very kind. |
@femtotrader Corrected. |
ENH: Implement Google quote functionality
TSGTM. Thanks @gliptak |
I noticed (too lately before merging) that
I wonder why not just using dict... or at least a Series (not a DataFrame) ! |
@femtotrader Could you describe the format you would like to see? Thanks |
A DataFrame with only one column (named "0") is not a good idea. |
When there is only one ticker, only quote should be returned. For now we are having
it should be
same for
Zipline |
|
Ok, so that's a DataFrame because there was more data than just last price.
|
No description provided.