I am trying to import some date from Yahoo Finance to Google Sheets, but I am facing some issues.
The information I am trying to receive is from this link:
https://finance.yahoo.com/quote/GPRO/financials?p=GPRO and the value I want to get back is Net Income for 2018 which is: "-109,034"
I was trying really hard in the last 6 hours, and started from the basic to retrieve whole info so I can filter it down.. but I wasn't successful
Below is the last code I write, but still doesn't return me anything..
=IMPORTXML("https://finance.yahoo.com/quote/GPRO/financials?p=GPRO","//*[@id=""mrt-node-Col1-1-Financials""]")
If someone can assist would be really appreciated.