Using the tick history REST API, a user would like to enter a range of days and a time range within

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?

Best Answer

  • Jirapongse
    Answer ✓

    @chris.garvin

    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.

    1647321198009.png

    Please refer to the answer on this thread regarding how to use this parameter.

Answers