im trying to get the 52's highest price with this function
=IMPORTXML("https://www.investing.com/equities/chipsmedia-inc", "//*[@id='__next']/div[2]/div/div/div[2]/main/div/div[7]/div/div[2]/dl/div[5]/dd/span[3]")
but, it doesn't work.
I can get current price with this function
=IMPORTXML("https://www.investing.com/equities/chipsmedia-inc", "//*[@id='__next']/div[2]/div/div/div[2]/main/div/div[1]/div[2]/div[1]/span")
how can i get 52 week range value?