1) I am getting last tick data for time period "2020-07-21T15:21:24Z" and no ticks after this on trading day. Checked this for both EQ/F&O instruments.
Is websocket API not publishing data post 15:21? Last 10 minutes are crucial many a times for volatile moves.
2) EOD tick or before 9:07 am tick for all instruments show timestamp: "1970-01-01T05:30:00Z". Is this a hard coded value? Can we write our logic assuming non-trading hour tick will always have this timestamp value?
@mlearner, We don't have any hardcoded timings, we just pass on the data whatever we get from the exchange. It is very unlikely that there were no ticks post 03:21, I am not sure what could be the reason. It is difficult to conclude anything since there are no logs. We didn't have any issues with Websockets API at our end and there are candles for RELIANCE till 03:29 yesterday.
1970-01-01T05:30:00Z This is the epoch start time.
We don't have any hardcoded timings, we just pass on the data whatever we get from the exchange.
It is very unlikely that there were no ticks post 03:21, I am not sure what could be the reason. It is difficult to conclude anything since there are no logs. We didn't have any issues with Websockets API at our end and there are candles for RELIANCE till 03:29 yesterday.
1970-01-01T05:30:00Z
This is the epoch start time.Thanks for clarifying about epoch start time.