Insufficient permission for that call.

ashwin_tay
I'm trying to use getHistoricalData in NodeJS but getting the following error

{
status: 'error',
message: 'Insufficient permission for that call.',
data: null,
error_type: 'PermissionException'
}


kiteConnect.getHistoricalData(11653890, 'minute', '2020-04-10', '2020-05-11', true)
  • Imran
    hii @ashwin_tay
    You need to subscribe to historical data in order to use the same. It is an add-on subscription.
Sign In or Register to comment.