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
Hello,
In [3]: pdr.get_quote_google(['MSFT', 'F']) Out[3]: 0 MSFT 51.30 F 12.47
Google Quote shouldn't return a DataFrame but either a Series or a dict
Moreover some doc is necessary.
Pinging @gliptak
Kind regards
The text was updated successfully, but these errors were encountered:
GoogleQuotesReader should also be available through DataReader function
GoogleQuotesReader
DataReader
maybe we should use google-quote as data_source
google-quote
data_source
Sorry, something went wrong.
@femtotrader Added docs with #188
Implemented.
Thanks @gliptak for this also. I'm closing this issue as your PR is merged.
No branches or pull requests
Hello,
Google Quote shouldn't return a DataFrame but either a Series or a dict
Moreover some doc is necessary.
Pinging @gliptak
Kind regards
The text was updated successfully, but these errors were encountered: