I'm trying to extract rate data from below URL by using Google Spreadsheets:
used importXML() function with following XPath sting:
=IMPORTXML("https://www.superrichthailand.com/#!/en/exchange","//span[@class=""ng-binding""]")
Which, it should return every entry in the pages all the rate but return empty.