如何创建可以从Yahoo Finance返回公司的YQL查询?
select * from yahoo.finance.quotes where name like "apple"
不起作用
由于许多原因,这行不通。请试试:
select * from html where url="http://finance.yahoo.com/d/quotes.csv?s=AAPL&f=snl1d1t1ohgdr"
要获得所需的确切信息,可以在where子句中进一步使用xpath进行过滤。