簡體   English   中英

將雅虎財經的特定數據導入 Google 表格

[英]Import specific data for Yahoo finance into Google sheets

我想將表中的特定數據從 Yahoo Finance 導入到 Google 表格中。

到目前為止,我已經設法從雅虎導入表,但特定的行,例如浮動數據

我用過這個:=IMPORTHTML("http://finance.yahoo.com/q/ks?s="& $B$1&"+Key+Statistics","table", 2)

這一行在我的電子表格中選擇股票代碼,然后從雅虎中繪制表格,

在此處輸入圖片說明

您可以通過訪問該索引來完成它,請嘗試:

  • =index(IMPORTHTML("http://finance.yahoo.com/q/ks?s="& $B$1&"+Key+Statistics","table", 2), 4, 2)

當輸出是表格時,索引函數基本上會得到一個項目。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM