KiteTicker working today

santak
Hi ,
KiteTicker is not working today. Not getting the ontick event triggered. It was working yesterday. token added.

3861249
4267265
4268801
4598529
5215745
5582849
  • rakeshr
    We just tried and these instrument tick is coming fine at our end.
    2021-12-16 15:26:50+0530 [-] {'tradable': True, 'mode': 'full', 'instrument_token': **5215745**,
    'last_price': 149.9, 'last_traded_quantity': 17, 'average_traded_price': 148.97, 'volume_traded': 7331921,
    'total_buy_quantity': 1060820, 'total_sell_quantity': 1104933,


    Can you enable debug logging and see if it's throwing any error?
    import logging
    logging.basicConfig(level=logging.DEBUG)
Sign In or Register to comment.