Can two people(seperate api_keys) run strategies on the same computer

vijaynair
vijaynair edited September 2022 in Python client
Here is the scenario
1. I and my wife live in the same house (surprise)
2. My wife and I have individual Demat/Trading accounts with Zerodha
3. We both have subscribed to Kite Connect and have individual api keys.

Is it possibly to run strategies on the same local computer? Can we have 2 active working access tokens at the same time on the same computer?

  • parikh
    This can be done with some changes.

    Run the program separately for each account.

    If you want to run software once and then fire orders for multiple accounts then with some work it can be done. Let me know if you need any help.
Sign In or Register to comment.