Thank you, but I am aware of rate limits. Currently I am sending one order after another in a loop, instead of sending one order after another can I send the orders at the same time(using multi processing)?
okay, @SRIJAN are you from Zerodha? don't get me wrong for asking this, because long back I remember @sujith advising me to send orders one after another in a loop. So I just want to confirm.
I remember @sujith advising me to send orders one after another in a loop. So I just want to confirm.
There is nothing like bulk order placement in kite APIs. So, if you are using a single process/thread, you can POST order in the loop, but if you are using multi-process/threads, you can send simultaneously as well. Just make sure, you are not exceeding the order API rate limit combined from all process/threads.
https://kite.trade/docs/connect/v3/exceptions/#api-rate-limit
https://kite.trade/docs/connect/v3/exceptions/#common-http-error-codes