importXML Parse Error

后端 未结 2 689
日久生厌
日久生厌 2020-12-10 21:46

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

2条回答
  •  再見小時候
    2020-12-10 22:48

    Try using the importdata function:

    =IMPORTDATA("http://www.otcmarkets.com/otciq/ajax/EdgarFinancialsController.json?ticker=AAEH&mode=annual")
    

提交回复
热议问题