I'm getting no data back when trying to figure out an ImportXML statement to acquire some table data from a website into my Google Sheet. The source code for website is here. The specific data I'm after is the data within div class = "live-prices". I'd like to get all of that, including the table. I've tried this statement: =IMPORTXML(A4,"//div[@class='live-prices']") only to receive an "Imported content is empty" error.
Appreciate any help!