Scrape data from interactive chart

I used to use a simple approach to extract data from any interactive charts , , which often work well , just using inspect element/network , i can search for & download the desired data files contained within the web page , which in most cases found in either .json or .csv format , but unfortunately this does not work on reuters interactive chart like here for example : https://uk.reuters.com/companies/AMZN.O/charts

Which i found a little bit harder , So how can i extract & download data from such chart ?

Thanks :slight_smile: