I am trying to use the importxml to get the percentage changes data from https://www.investing.com/crypto/bitcoin.
Unfortunately, when I retrieve it with the following formula, it retrieves other data as well.
=importxml("https://www.investing.com/crypto/bitcoin","//span[@dir='ltr']",)

