Symbols and key fields
The symbol parameter serves as the key for querying datasets in CloudQuant Data Liberator. The platform initially focused on US Equity Symbols, but its datasets have expanded to include diverse data types such as shipping, weather, and market research. These datasets use varied keys like zip codes and geographic locations. CloudQuant Data Liberator keeps thesymbols parameter name for consistency with existing integrations.
Default Value: None (returns all symbols/keys, including blanks/NaN values)
symbols and keys are synonyms — use either name.
Determining unique symbols in a dataset
The most straightforward approach is to query and count the data. Here is an example using thedaily_bars dataset:
Storing and displaying symbols
To store symbols in a variable:Query methods for all symbols
Either explicitly setsymbols = None or omit the parameter entirely, as it defaults to None.
Pattern filters (2.4+)
In Liberator 2.4 and later,symbols / keys accept SQL LIKE patterns. An unescaped % matches any sequence of characters, so you can request a product family or naming pattern without listing every contract.
Exact keys (no unescaped
%) still use equality, including lists of tickers. Liberator only switches to LIKE for values that contain %.
See the query parameters reference for symbols and keys.
