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 string
  • stockX: This take an string stock exchange
  • labels: This takes an array of date strings that will serve as labels on the data items
  • data: This takes an array of numbers that form the first dataseries of the chart
  1. Intraday Stock Shares GET https://intraday.worldtradingdata.com/api/v1/intraday?symbol=AAPL&range=1&interval=1&api_token={{token}}