Following discussions like this and related Stackoverflow posts like this Google Sheets seems to be lacking the capability of fetching sites that uses dynamic data. Also, the site that you are trying to access may also be implementing ways to avoid web scrapers from accessing their data. I tried scraping it using Apps Script but it gave almost the same data as you are getting (seen from the screenshot you provided).
You can check this SO post for possible ways to scrape a dynamic website like the one you are trying to.
References:
Unable to Get Website Data using =importxml
ImportHTML
table but values are missing
How to scrape dynamic content from a website?