Authorizations
Body
Object specifying which identifier you are using to request the intraday price. You must supply one type and its corresponding value. Only one identifier should be provided per request.
The time range for retrieving intraday prices. All timestamps must be provided in the local time zone of the security exchange, and all results are returned in that same local exchange time. The expected timestamp format is 'YYYY-MM-DDTHH:MM:SSZ', for example, '2025-09-02T09:00:00Z'.
{
"end": "2023-09-01T16:00:00Z",
"start": "2023-09-01T09:00:00Z"
}
The time interval for each intraday price data point. For example, '1min', '5min', '15min', '30min', '1hour', '4hour'.
1min
, 5min
, 15min
, 30min
, 1hour
, 4hour
Pagination parameters for the query.