You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When making a request to the ticks_history endpoint with a specific end parameter timestamp, the response returns the latest tick data with a different timestamp than expected. I am issuing a request from the api explorer using the details below.
When making a request to the
ticks_history
endpoint with a specificend
parameter timestamp, the response returns the latest tick data with a different timestamp than expected. I am issuing a request from the api explorer using the details below.Note that the
end
parameter is a timestamp whose datetime format is (2022-1-1, 0:13:22 UTC). However I get a response with the latest tick data:Expected behavior: The response should return tick data with timestamps up to the specified
end
parameter timestamp (2022-01-01 00:13:22 UTC).Actual behavior: The response returns the latest tick data with a different timestamp (2024-08-05 00:36:42 UTC).
Question: What could be the cause of this discrepancy?
CC @JamesK254 @chylli-deriv @balakrishna-deriv
The text was updated successfully, but these errors were encountered: