I am following this in order to determine aapl 5 year growth rate and insert into a google sheet. It works fine for calculating basic share price e.g this =IMPORTXML("https://finance.yahoo.com/quote/AAPL?p=AAPL&.tsrc=fin-srch","//*[@id='quote-header-info']/div2/div1/div/span1")
However when using the same process to calculate 5 year growth rate (which can be seen on this page (and image below) the process doesnt work and google sheets throws an error (Resource at URL not found). This is the formula I am using =IMPORTXML("https://finance.yahoo.com/quote/Aapl/analysis","//*[@id='Col1-0-AnalystLeafPage-Proxy']/section/table[6]/tbody/tr[5]/td2")
Any idea why and if this is possible ?