I've been successful using IMPORTXML to pull into Google Sheets for Enterprise Value and Growth Estimates Next 5 years (per annum) but I'm unable to pull in Free Cash Flow. I have blocked JavaScript to rule out if that is the issue. If someone could help me it would be great? Below are the IMPORTXML methods I have been successful and unsuccessful with.
Enterprise Value:
=IMPORTXML("https://au.finance.yahoo.com/quote/AAPL/key-statistics?p=AAPL","//*[@id='Col1-0-KeyStatistics-Proxy']/section/div[2]/div[1]/div/div/div/div/table/tbody/tr[2]/td[2]")
Growth Estimates Next 5 years (per annum):
=IMPORTXML("https://au.finance.yahoo.com/quote/AAPL/analysis?p=AAPL","//*[@id='Col1-0-AnalystLeafPage-Proxy']/section/table[6]/tbody/tr[5]/td[2]")
Free Cash Flow:
=IMPORTXML("https://au.finance.yahoo.com/quote/AAPL/cash-flow?p=AAPL","//*[@id='Col1-1-Financials Proxy']/section/div[3]/div[1]/div/div[2]/div[12]/div[1]/div[2]/span")`