I need to parse balance sheet data for a given set of stocks on otcmarkets.com. I\'m trying to use the importXML function in Google Spreadsheet, but it is not returning any
The page contents are loaded using JavaScript, which is not executed in Google Spreadsheets. You cannot parse this page using =importxml(...)
.
What to do now?
Try using the importdata function:
=IMPORTDATA("http://www.otcmarkets.com/otciq/ajax/EdgarFinancialsController.json?ticker=AAEH&mode=annual")