我正在尝试使用 YQL 从雅虎获取股票期权链。我在 YQL 控制台中试过这个命令:
select * from yahoo.finance.options
但是,我收到此错误 XML:
<?xml version="1.0" encoding="UTF-8"?>
<error xmlns:yahoo="http://www.yahooapis.com/v1/base.rng" yahoo:lang="en-US">
<diagnostics>
<publiclyCallable>true</publiclyCallable>
</diagnostics>
<description>No definition found for Table yahoo.finance.options</description>
</error>
看起来这个表已经不存在了。有谁知道正确的表是什么?