yql / yql-tables

YQL is extensible using a table definition. This repository will hold community contributed definitions.
http://developer.yahoo.com/yql
725 stars 416 forks source link

[2/13/2017] Yahoo.finance.quotes (No definition found for Table yahoo.finance.quotes) #487

Open bgoldstein14 opened 7 years ago

bgoldstein14 commented 7 years ago

Yahoo finance appears to have been down since around 2/9. Any news on this?

laurosollero commented 7 years ago

You are passing the env argument, right? In my case I had to change it from: http://datatables.org/alltables.env to: store://datatables.org/alltableswithkeys

I've found that playing with the console: https://developer.yahoo.com/yql/console/

bgoldstein14 commented 7 years ago

Yes, that's interesting because that variation seems to work. What I'm wondering is why suddenly the previous format you noted (which is what we're using now) suddenly stopped working!

Thank you.

joshuakoh7 commented 6 years ago

Apologies for poking but any idea why the fix works via the YQL console but not via URL?

https://query.yahooapis.com/v1/public/yql?q=env%20%27store://datatables.org/alltableswithkeys%27;%20select%20*%20from%20yahoo.finance.quotes%20where%20symbol=%22aapl%22;