Hi, I intend 2 run 2 completely separate python programs each generating their own session token, 1 for Nifty and other one for FINNIFTY. Is it possible to run both of these in parallel with a single API token but 2 different sessions.
Only a single session is allowed per API key. You can use the same access_token/session to run multiple programs independent of each other. You need to just make sure to not cross the rate limits : https://kite.trade/docs/connect/v3/exceptions/#api-rate-limit
https://kite.trade/docs/connect/v3/exceptions/#api-rate-limit