Visualizer Line Graph - Financial
Number of APIs: 1
This is a ready made Line Graph using ChartJS to help you get started quickly with data visualization in Qodex.
The data here is from https://worldtradingdata.com. Sign up for a free 250 daily requests to get access to a plethora of stock data, current and historical!
You will see an object called vizData
in the Tests tab
. You will have edit bind the data from the response you get to the vizData
variable. It has four properties:
symbol
: This takes a stock symbol stringstockX
: This take an string stock exchangelabels
: This takes an array ofdate
strings that will serve as labels on the data itemsdata
: This takes an array of numbers that form the first dataseries of the chart