【发布时间】:2021-03-13 06:31:12
【问题描述】:
我正在尝试将股票的股息数据导入谷歌表格,但我收到错误消息,指出无法获取 URL,但如果我尝试手动连接到 NASDAQ 网站,那么它可以正常工作。我不确定是什么导致了这个问题。 非常感谢您的帮助。
使用的查询
=QUERY(IMPORTHTML("https://www.nasdaq.com/symbol/aapl/dividend-history", "table", 3), "select Col3")
错误
Could not fetch url: https://www.nasdaq.com/symbol/aapl/dividend-history
【问题讨论】:
标签: xpath google-sheets google-sheets-formula