Yes I am sure it doesn't even give me first tick.
Here is the what i am doing
def on_connect(ws):
# Subscribe to a list of instrument_tokens (RELIANCE and ACC here).
ws.subscribe([5633]) // works
ws.subscribe([533278]) //doesn't work
Thank you. Now i noticed something when i passed certain instrument token the web socket is not able to respond. But when i checked zerodha kite. It was showing the changes there for the respective instrument. The instruments tokens are "632921" and…