雅虎财经 API:未找到 Table yahoo.finance.historicaldata 的定义
Yahoo finance API: No definition found for Table yahoo.finance.historicaldata
我已经使用yahooapi 获取股票历史信息一年了。它一直运行良好。
但是,我收到此错误:
未找到 Table yahoo.finance.historicaldata
的定义
select * 来自 yahoo.finance.historicaldata
其中符号 ('GOOG') and startDate='' and endDate = '' &diagnostics=false&env=store://datatables.org/alltableswithkeys
yahoo.finance.historicaldata 服务 (REST) 是否仍然可用?如果没有,对替代解决方案有什么建议吗?
http://datatables.org/ 已关闭,这是支持 YQL 的社区表的后端。
这就是它不起作用的原因。不确定是否有其他选择
我已经使用yahooapi 获取股票历史信息一年了。它一直运行良好。
但是,我收到此错误: 未找到 Table yahoo.finance.historicaldata
的定义select * 来自 yahoo.finance.historicaldata 其中符号 ('GOOG') and startDate='' and endDate = '' &diagnostics=false&env=store://datatables.org/alltableswithkeys
yahoo.finance.historicaldata 服务 (REST) 是否仍然可用?如果没有,对替代解决方案有什么建议吗?
http://datatables.org/ 已关闭,这是支持 YQL 的社区表的后端。 这就是它不起作用的原因。不确定是否有其他选择