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
I am trying to get analyst estimation data using the YQL query: select * from yahoo.finance.analystestimate where symbol='YHOO'
select * from yahoo.finance.analystestimate where symbol='YHOO'
url: https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20yahoo.finance.analystestimate%20where%20symbol%3D'YHOO'&format=json&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys
but the only thing returning is { "query": { "count": 1, "created": "2016-04-17T16:49:48Z", "lang": "de-DE", "results": { "results": { "symbol": "YHOO" } } }
{ "query": { "count": 1, "created": "2016-04-17T16:49:48Z", "lang": "de-DE", "results": { "results": { "symbol": "YHOO" } } }
I would expect some data about target price etc. Any help is really appreciated. There are also two open questions regarding this on stackoverflow, but noone seems to be able to answer this. http://stackoverflow.com/questions/31588163/yql-yahoo-finance-analystestimate-results https://stackoverflow.com/questions/36260484/are-the-yahoo-finance-related-data-apis-change-yql-console
The text was updated successfully, but these errors were encountered:
Most likely fixed in PR #449 or #457, or check my fork.
Sorry, something went wrong.
Ok, that you for clarification.
No branches or pull requests
I am trying to get analyst estimation data using the YQL query:
select * from yahoo.finance.analystestimate where symbol='YHOO'
url: https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20yahoo.finance.analystestimate%20where%20symbol%3D'YHOO'&format=json&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys
but the only thing returning is
{ "query": { "count": 1, "created": "2016-04-17T16:49:48Z", "lang": "de-DE", "results": { "results": { "symbol": "YHOO" } } }
I would expect some data about target price etc. Any help is really appreciated. There are also two open questions regarding this on stackoverflow, but noone seems to be able to answer this.
http://stackoverflow.com/questions/31588163/yql-yahoo-finance-analystestimate-results
https://stackoverflow.com/questions/36260484/are-the-yahoo-finance-related-data-apis-change-yql-console
The text was updated successfully, but these errors were encountered: