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.
Example Queries
Last Known Value
A query without date parameters retrieves the most recent available data.Time Series Queries
Two date parameters control historical data retrieval:as_of— Retrieve data from any past date showing information as known on that date. Defaults to current time. Format:YYYY-MM-DD HH:MM:SS(time optional).back_to— Specifies where the returned dataset begins. Reads all data “back to” the specified date. Format:YYYY-MM-DD HH:MM:SS(time optional).
If
as_of and back_to are identical, the result will not be a time series.Query All Symbols
Omit thesymbols parameter to retrieve all symbols in a dataset.
Query a Live Dataset
Set theas_of parameter to "live" for real-time data streaming.
Query Stats as JSON
Setting thestats parameter to "total" returns a JSON result with the count per symbol instead of data rows.

