symbol: BND
We can use one of the following methods to get the price by using the Google Spreadsheet.
1. =GOOGLEFINANCE(BND, "price")
2. =importxml("http://etfs.morningstar.com/quote-banner?t="&BND,"//div[@id='lastPrice'] ")
3. =VALUE(Substitute(Index(ImportHtml("http://bigcharts.marketwatch.com/advchart/frames/frames.asp?symb="&$BND, "table"),3,1),"Last:",""))
4. =Index(ImportHtml("http://bigcharts.marketwatch.com/advchart/frames/frames.asp?symb="&$BND, "table"),3,1)
沒有留言:
張貼留言