Google Finance Tesco

252 Views Asked by At

I am using GoogleFinance() function in Google Sheet for some stocks statistics, but I have problem with some tickers like Tesco (London). If I try GoogleFinance("TSCO", something), I get values of Tractor Supply Company (NASDAQ), because both are TSCO. Is there any possibility, to get Tesco (and other stocks with duplicate tickers)?

Thanks

same tickers

1

There are 1 best solutions below

0
player0 On

try:

=IMPORTXML("https://www.marketwatch.com/investing/stock/tsco?countrycode=uk",
 "//span[@class='value']")

enter image description here