Historical data
Get historical quote updates within requested time range, returned in time ascending order.
This endpoint supports hourly granularity for APITP data with automatic fallback to daily data for older records. Timestamps are normalized to hour boundaries, and data is fetched per hour with precise filtering to your exact time range.
:::tip For querying a full day of data, use the 'date' parameter. For specific time ranges (including cross-day or multi-hour queries), use 'time_start' and 'time_end'. :::
Path parameters
Symbol identifier for requested timeseries (from the Metadata -> Symbols)
Query parameters
Date in ISO 8601, returned data is for the whole given day (required if 'time_start' is not provided)
Starting time in ISO 8601 (supports hourly precision, e.g., 2026-01-16T11:00:00Z)
Timeseries ending time in ISO 8601 (optional, supports cross-day queries)
Amount of items to return (optional, minimum is 1, maximum is 100000, default value is 100, if the parameter is used then every 100 output items are counted as one request)
Response
successful operation