vkak
Posts: 1
Joined: Wed Jan 25, 2023 9:26 am

Highstock line chart

We intend to use Higcharts highstock library to display stock prices in our application

We want to use line chart as shown below

https://www.highcharts.com/demo/stock/basic-line

The sample code uses data from https://demo-live-data.highcharts.com/aapl-c.json as shown below

Highcharts.getJSON('https://demo-live-data.highcharts.com/aapl-c.json', function (data) {

How can I retrieve this data in my application. Any pointers if data in this format is available from Refinitiv
User avatar
dawid.d
Posts: 847
Joined: Thu Oct 06, 2022 11:31 am

Re: Highstock line chart

Hi,

Welcome to our forum and thanks for contacting us with your question!

I'm sorry, but I don't quite understand what your problem is. You can use this data however you want, as in the demo below.
Demo: https://jsfiddle.net/gh/get/library/pur ... basic-line

If that didn't help, please specify your issue so I can help you better.
Best regards!
Dawid Draguła
Highcharts Developer

Return to “Highcharts Stock”