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
Can additional data be added to the Datareader other than OHLC and volume data.
Datareader
Data such as can be obtained:
The yahoo API supports streaming some of these through special tags as seen here: https://greenido.wordpress.com/2009/12/22/yahoo-finance-hidden-api/
This can be done in request but it would be nice if the Datareader had some option to scrape this information.
Thoughts?
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
See also http://www.myhow2.net/wp/2013/07/python-how-to-look-up-stock-price-using-yahoo-stock-data-service/
I think original version come from http://www.gummy-stuff.org/Yahoo-data.htm
We should be aware of this !
As of November 2017, even getting closing prices is problematic. For a current overview, see rsvp/fecon235#7 also for alternative solutions.
Yahoo has been deprecated.
No branches or pull requests
Can additional data be added to the
Datareader
other than OHLC and volume data.Data such as can be obtained:
The yahoo API supports streaming some of these through special tags as seen here: https://greenido.wordpress.com/2009/12/22/yahoo-finance-hidden-api/
This can be done in request but it would be nice if the Datareader had some option to scrape this information.
Thoughts?
The text was updated successfully, but these errors were encountered: