Hi I am using python client and kiteconnect3.7.7. Since yesterday, I have problems getting list of trades from trades() call. Yesterday, I got it in second half the day, Today's I haven't received them at all. I just get a blank list.
Any updates? I want this one badly. In absence of this api call, It is difficult to get accurate picture of what trades happened during the day. This api was broken yesterday as well.
I have tried extracting that information through changes in order status. But have't been able to get a perfect algorithm to get the incremental fills and fill price in case of orders which got filled in small lots. Plus there is always a risk that you miss a few trades because of disconnection or double account for a few trades.
One suggestion is that in addition to order fills, also push trades on the websocket.
curl "https://api.kite.trade/trades" \
-H "X-Kite-Version: 3" \
-H "Authorization: token apikey:accesstoken"
{"status":"success","data":[]}
Thank you for reporting. We have informed the concerned team to take a look at this.
Any updates? I want this one badly. In absence of this api call, It is difficult to get accurate picture of what trades happened during the day. This api was broken yesterday as well.
I have tried extracting that information through changes in order status. But have't been able to get a perfect algorithm to get the incremental fills and fill price in case of orders which got filled in small lots. Plus there is always a risk that you miss a few trades because of disconnection or double account for a few trades.
One suggestion is that in addition to order fills, also push trades on the websocket.
Please look into this issue as soon as possible