Unable to download historic data insufficient permission error

gooplix
I am able to get list of instruments

ls = kite.instruments(kite.EXCHANGE_NFO)

but i am unable to get historical data using the python client

data2 = kite.historical_data("15495682","2021-01-01","2021-01-02","minute")

I get the following error "kiteconnect.exceptions.PermissionException: Insufficient permission for that call."
Sign In or Register to comment.