Thanks Srijan. I am making 1 request per 20-seconds so should not be rate limits. Let me use try-except to handle. Is there any example available for try-except for kite exceptions? Thanks for your guidance.
Using Google colab and running python. Following WORKS and I get results so I assume api_key and access token are set correctly.
instrument_dump = kite.instruments("NFO")
I get error (TokenException: Incorrect `api_key` or `access_token`.) When I r…
Hi, I want to club multiple orders as one basket/group. So I may want to track PnL of this basket and square off all when target or SL is hit. If I have custom field then that can be used for these kind of applications. Or is there any other techniq…