The website is: https://www.nordea.no/privat/vare-produkter/sparing-og-investering/fond/vare-fond.html
I'm trying to use the IMPORTXML function on Google Sheets to get the % value under 1d column, of a certain row.
The chrome inspector shows following Xpath for the 1d in the first row:
//*[@id="FundList"]/div[4]/ul[1]/li[8]/span[2]
which returns #N/A (Import Content is Empty), instead of "1,19%" as for today.
I've tried several xpath "helpers" to find the right one, and modified it many times, men always get empty results.