Skip to content
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

yahoo.finance.analystestimate not giving useful data #471

Open
nleng opened this issue Apr 17, 2016 · 2 comments
Open

yahoo.finance.analystestimate not giving useful data #471

nleng opened this issue Apr 17, 2016 · 2 comments

Comments

@nleng
Copy link

nleng commented Apr 17, 2016

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

@kenorb
Copy link

kenorb commented Apr 21, 2016

Most likely fixed in PR #449 or #457, or check my fork.

@nleng
Copy link
Author

nleng commented Apr 22, 2016

Ok, that you for clarification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants