Rather than displaying the entire result, you can select specific columns or pass a fields parameter to include only the data you need. Some key fields are returned automatically.
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.