allang

About

Username
allang
Joined
Visits
63
Last Active
Roles
Member

Comments

  • Response: ([{'tradable': True, 'mode': 'full', 'instrument_token': 7455745, 'last_price': 44.75, 'last_quantity': 444, 'average_price': 46.59, 'volume': 16372314, 'buy_quantity': 1038200, 'sell_quantity': 1551455, 'ohlc': {...}, 'change': -2.7173913…
  • Here it is # Callback for tick reception. def on_ticks(ws, ticks): if len(ticks) > 0: insert_ticks.delay(ticks) # logging.info("Current mode: {}".format(ticks["mode"])) # Callback for successful connection. def on_connect(ws,…
  • @rakeshr Thanks for the quick response. I have checked it and have realized that the prefix is displayed only in the output. It doesn't affect my code. Thanks for pointing it out.
  • I am also getting the same errors. 1. requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='api.kite.trade', port=443): Read timed out. (read timeout=7) 2. NetworkException: Request failed (kitetrade-common). I am making one request per second…
  • Thank you @sujith For now, I will catch the exceptions. But hope the issue will be fixed.
  • I get it usually at 10:00 AM or 10:30 AM. Now I get NEST gateway timed out when i try to get my available cash kite.margins