CSI Market Data

Overview


Adding a Dataset


Adding data is a two step process. This is because you may wish to include several different assets within a single dataset. The first step is to choose the assets you wish to include. You do this by selecting the asset type in the type drop down box, entering a ticker or asset identifier, and then clicking the add button. This will add the asset to the list of assets to be pulled. It does not yet pull the data.

Repeat this process of adding assets to your asset list. When you have specified all the assets you want in the dataset, specify a name for the dataset by adding a name to the name textbox. To retrieve the data, click the retrieve button. However, prior to retrieving the data, you should decide how you want the data to be combined. If you check the concat checkbox, then each dataset will be concatenated into a single dataset. However, each record will only have the price for one ticker on one day. If you want all the prices to appear on a single record for a single date, check the join checkbox. If neither is checked, then the data will be pulled as an array, with each item in the array representing a separate dataset for an individual ticker.

Once you click retrieve, a script will be generated and added to your workspace which will retrieve the data. To view the script, you will need to navigate to the default javascript app in your workspace.

Demos


CSI Data App
Demonstrates pulling market data using the CSI data app.

Contents