Logging into zerodha
You have already loggged in for today
reading existing file all_instrument 2025-08-22.csv
you are connected to zerodha Shubham Umdi
Insufficient permission for that call.
Traceback (most recent call last):
File "C:\Users\shubh\AppData\Local\Programs\Python\Python38\lib\site-packages\Zerodha_Tradehull\Zerodha_Tradehull.py", line 430, in get_data_for_single_script
return self.kite.ltp(exchange+str(":")+name)[exchange+str(":")+name]['last_price']
File "C:\Users\shubh\AppData\Local\Programs\Python\Python38\lib\site-packages\kiteconnect\connect.py", line 611, in ltp
return self._get("market.quote.ltp", params={"i": ins})
File "C:\Users\shubh\AppData\Local\Programs\Python\Python38\lib\site-packages\kiteconnect\connect.py", line 861, in _get
return self._request(route, "GET", url_args=url_args, params=params, is_json=is_json)
File "C:\Users\shubh\AppData\Local\Programs\Python\Python38\lib\site-packages\kiteconnect\connect.py", line 937, in _request
raise exp(data["message"], code=r.status_code)
kiteconnect.exceptions.PermissionException: Insufficient permission for that call.
None