Skip to main content

Timeseries Chart Workflow

This workflow fetches time series data from an API, reformats it for charting, and displays it as a chart.

Timeseries Chart Workflow


Steps

  1. Fetch Data: The workflow starts by retrieving time series data from the Alpha Vantage API.
  2. Reformat Data: The JSON Reformatter node applies a JSONata expression to transform the raw time series data into a chart-friendly format.
  3. Visualize: The Chart node displays the formatted data as a chart.