Using the tick history REST API, a user would like to enter a range of days and a time range within each day to return intraday tick data. Is there an API flag that can set this window for each day?
You need to use the template that provides the TimeRangeMode parameter, such as
TickHistoryIntradaySummariesExtractionRequest. You can refer to the REST API Reference Tree for valid parameters of each extraction request.
Please refer to the answer on this thread regarding how to use this parameter.
Tick Data preview report extraction null value.
Working R examples for Eikon with Lipper data
how to configure QueryStartDate and QueryEndDate in TickHistoryTimeAndSalesExtractionRequest
Issue retrieving TFTcv1 data with TickHistoryIntradaySummariesExtractionRequest
Historical price at 17:00 series for a stock through the Tick History REST API