I am trying to export financial data - Net Income, for instance - using FINVIZ on this page: https://elite.finviz.com/quote.ashx?t=A&ty=c&p=d&b=1
I am able to grab other information from this page using the following formula: =index(IMPORTHTML("http://finviz.com/quote.ashx?t="& $A2,"table",8),3,4) using GOOGLE SHEETS
This doesn't work for the financial information because I can't determine what the table number is.
Thanks for any help.