I am trying to get price from mutual-fund from the Bloomberg website. I have tried to use the ImportXML function in Google sheets, put in the Bloomberg link and copy the Full XPath but it always return with the #N/A.
This is my function:
=IMPORTXML("https://www.bloomberg.com/quote/KAUGVAA:LX","/html/body/div[6]/div/div/section/section[1]/div/div[2]/section[1]/section/section/section/div[1]/span[1]")
This is the Bloomberg link: https://www.bloomberg.com/quote/KAUGVAA:LX?leadSource=uverify%20wall
Does anyone know what I am doing wrong?