I am trying to use yql for yahoo financial data. I checked the Show Community Table in the YQL console to see the database under the Yahoo tag. I see the tables below it, but I do not get the results here it looks like this:
select * from yahoo.finance.analystestimate where the character is in ('YHOO')
{ "query": { "count": 1, "created": "2016-03-28T10:25:01Z", "lang": "en-US", "diagnostics": { "url": [ { "execution-start-time": "1", "execution-stop-time": "767", "execution-time": "766", "content": "http://www.datatables.org/yahoo/finance/yahoo.finance.analystestimate.xml" }, { "execution-start-time": "771", "execution-stop-time": "1821", "execution-time": "1050", "content": "http://finance.yahoo.com/q/ae?s=YHOO" } ], "publiclyCallable": "true", "javascript": { "execution-start-time": "769", "execution-stop-time": "1823", "execution-time": "1054", "instructions-used": "5139", "table-name": "yahoo.finance.analystestimate" }, "user-time": "1824", "service-time": "1806", "build-version": "0.2.842" }, "results": { "results": { "symbol": "YHOO" } } } }
here the results are displayed as empty. Something has changed? How can I find out what happened?
Is there an alternative solution that I can use to get this data?
source share