'I would like to pull a specific row of data from this website www.quickfs.net into a Google Sheet and I cannot figure it out

I'm not sure if I should be using ImportXML instead of ImportHTML or what's going on, but I cannot get either function to work on this website. I've had zero trouble on these two sites: www.finviz.com & www.yahoofinance.com, but www.quickfs.net is a whole other beast for me. I'm not sure if it's the way the data is structured, but I have found zero resources for accomplishing my task.

Here's what I have for the ImportHTML function: =index(IMPORTHTML(CONCATENATE("https://quickfs.net/company/",A1),"Table", 50)).

These images are in order and they show exactly what I'm trying to accomplish. Nothing super complex, I thought. Any help would be much appreciated. [1]: https://i.stack.imgur.com/iwJZf.png [2]: https://i.stack.imgur.com/rQRdG.png [3]: https://i.stack.imgur.com/9o9Jg.png [4]: https://i.stack.imgur.com/bFJGt.png [5]: https://i.stack.imgur.com/82QGQ.png [6]: https://i.stack.imgur.com/0CDE4.png



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source