Zerodha Login Done but issue in Ltp and ohlc

Ltp and ohlc

from Zerodha_Tradehull import Tradehull

api_key = " "

api_secret = " "

tsl = Tradehull(api_key, api_secret, “yes”)

get kite object

kite = tsl.kite

ltp = tsl.get_data_for_single_script(exchange=“NSE”, name=“ACC”, call_type =“ltp”)

print(ltp)

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

Hi @7350982949
This issue comes when the historical api has not been subscribed, do check the Login / Kite Connect developer panel, and send screenshot for same.