i try to make a stockchart using Google Finance API.
I'm using the demo like THIS
I've try to change the link from
$.getJSON('https://www.highcharts.com/samples/data/jsonp.php?filename=aapl-ohlcv.json&callback=?', function (data)
to use google finance API
$.getJSON('https://www.google.com/finance/historical?output=csv&q=LQ45', function (data)
but still doesn't work, maybe I have to parsing the data first ? can anyone tell me how ? thanks