Documentation Index
Fetch the complete documentation index at: https://knowledge.cloudquant.com/llms.txt
Use this file to discover all available pages before exploring further.
Symbols and Key Fields
The symbol parameter serves as the key for querying datasets in CloudQuant Data Liberator. While the platform initially focused on US Equity Symbols, its datasets have expanded to include diverse data types (shipping, weather, market research) with varied keys like zip codes and geographic locations. The developers maintained the symbol parameter for consistency with existing integrations. Default Value:None (returns all symbols/keys, including blanks/NaN values)
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.
