= KiteTicker(api_key, access_token)<br />#Getting the tokens for NIFTY based on date, and strike price<br />df = pd.read_csv('instrumenttoken.csv')<br />expiry = input("Ent
Example to get volume and ltp data: def on_ticks(ws, ticks):<br />#Get volume and ltp for all 1000 scrip one by one<br />for tick_data in ticks:<br />logging.debug("volume:
This is an effort to aggregate all official and user contributed resources on Kite Connect API. Please add comment below to add any resource to this list. Kite Connect Documentation
Code that gets the Date candles: #Get todays date<br />DateToday=datetime.datetime.today().strftime('%Y-%m-%d')<br />day1mincandles=kite.historical(InstToken, DateToday, DateToday, 'minute