yql / yql-tables

YQL is extensible using a table definition. This repository will hold community contributed definitions.

Home Page:http://developer.yahoo.com/yql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yahoo.finance.options - no data returned

etouve opened this issue · comments

I've been using this table successfully for months. Today it stopped working.

http://query.yahooapis.com/v1/public/yql?q=SELECT%20*%20FROM%20yahoo.finance.options%20WHERE%20symbol%3D'GOOG'%20AND%20expiration%3D'2010-06'&diagnostics=true&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys

Any symbol returns an empty set.

More details:



true


results.length(): 2
#90)]]>

1687
1428
25037


Thanks for the help

Hi, I've fixed this issue in my master branch (thomasdfowler/yql-tables) and have issued a pull request to get my fix merged with yql/yql-tables master branch. The pull request is issue #153.

Thanks,

Thomas

Thanks Thomas!

Closing since issue has been resolved.