【发布时间】:2021-03-12 22:47:39
【问题描述】:
我希望从 Yahoo Finance 获取历史股票价格到 Google Sheet 并收到此错误。请协助。如果使用import xml,会怎么样?
https://au.finance.yahoo.com/quote/ASX.AX/history?p=ASX.AX
=IMPORTHTML(D7,"table",1)
【问题讨论】:
-
它必须来自雅虎吗? Google 有一个内置的 =googlefinance() 函数 (support.google.com/docs/answer/3093281?hl=en)。
标签: google-apps-script google-sheets google-sheets-formula