Stock Market Challenge

Good morning from Italy,

I’m trying to use highcharts as suggested by some of the community members but I noticed that the values for the chart must be in the form of (x, y), like (date, value). If that is the case, which seems to be, do I have to manipulate the data from yahoo-finance before being able to use that data to draw the graph, or is there a smarter solution that I’m not thinking about?

The data from yahoo-finance is returned as a series of objects with multiple key-value pairs, hence the needed manipulation!