Queries & working with large datasets
The CloudQuant Data Liberator service frequently returns extensive result sets, sometimes reaching millions of rows. These queries can be time-consuming to execute. Since data frequencies vary across datasets, start with narrow timeframes for specific symbols before expanding scope.As of release version 2.0, the P12 client certificate (
liberator.pfx) is no longer required. The --cert-type P12 --cert liberator.pfx flags shown in the curl examples below are only needed for releases prior to 2.0.Query types
Most dataset queries fall into two categories:- Point-in-time queries
- Time series queries
Point-in-time queries
Omit theback_to parameter to receive single point-in-time data for each specified symbol based on the as_of date/time. If you also exclude as_of, CloudQuant Data Liberator defaults to the current date/time.
Time series queries
Include aback_to parameter that precedes your as_of value. When as_of is excluded, it defaults to the present moment.

