欧元和英镑的 googlefinance 中区块链 eos 的符号是什么

What is the symbol for blockchain eos in googlefinance in EUR and GBP

我的googlesheetreturns我写的时候呐


=GOOGLEFINANCE("EOSEUR")

# or

=GOOGLEFINANCE("EOSGBP")

但是,当我介绍


=GOOGLEFINANCE("BTCEUR")

# or 

=GOOGLEFINANCE("EOS")

我得到了正确的输出。

在哪里可以找到所有区块链的符号列表

尝试替代方案:

=INDEX(TO_TEXT(IMPORTXML("https://finance.yahoo.com/quote/EOS-EUR/"; 
 "//div[@data-reactid='32']")); 2; 1)

=INDEX(TO_TEXT(IMPORTXML("https://finance.yahoo.com/quote/EOS-GBP/"; 
 "//div[@data-reactid='32']")); 2; 1)