How to retrieve intraday summaries btw 2021-10-01 and 2022-09-30 GMT via Tick History?

Options

Can you please let me know how to retrieve intraday summaries btw 2021-10-01 and 2022-09-30 GMT via Tick History?

I set "QueryStartDate": "2021-10-01T00:00:00.000Z" and "QueryEndDate": "2022-10-01T00:00:00.000Z" in a request, but the generated data starts from 2021-09-30...

1666940002094.png

1666940033083.png

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @hiroko.yamaguchi1

    Sorry about the issue that you are facing.

    Please add "DateRangeTimeZone": "UTC" in the Condition.

    "Condition": {
               ...
                "TimebarPersistence": "True",
                "DateRangeTimeZone": "UTC"
            }

    I hope that this information is of help