4.
Datasets (Metadata)
Datasets
Datasets are historical time series that are available in each datasource (database). Each dataset also has its own metadata that describes both the dataset and the dataset columns that contain the dataset values. The columns contain the time series values and are referred to as ‘bate’ columns. Datasets can contain one or more bate column such as ‘Open’, ‘High’, ‘Low’, ‘Close’, ‘Mean’, ‘Volume’. You can choose which bate columns to return in the request.
The GetDataSets endpoint support filtering and sorting of the results and supports automatic pagination of the datasets in the result.
The 'GetDatasets' endpoint uses 1 API calls per 100 (or part thereof) datasets returned.
The 'GetSelectedDatasets' uses 1 API call per 100 (or part thereof) datasets returned.
Please refer to section 8.2 for more details on API rate limits.
There are 2 dataset endpoints:
- GetDataSets – returns the metadata for the datasets in one datasource.
- GetSelectedDatasets – returns the metadata for one or more named datasets in one or more datasources.
Please refer to the documentation for each of the two dataset endpoints for more detailed information.