question

Upvotes
Accepted
49 3 6 10

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

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

tick-history-rest-api
1666940002094.png (358.1 KiB)
1666940033083.png (328.5 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
78.1k 246 52 72

@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

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.