Hello sujith, thanks for the info. To develop some strategy can you please provide Sample Data sent by KiteConnect and Tick for the following: 1) Sample Candle data for 1min, 5 mins 2) Sample Tick data for all 3 modes (LTP, full, quote) If this is available for 8-10 records, will make it easier or if it is available somewhere, please guide with the link.
Please don't hijack threads, create a new thread for a new query, it might help someone who is looking for the same. You may also use the search feature.
Thank you so much. Sorry & Sure, will take care about the thread. Actually searched for it in python docs & didnt get one, but thought not to add a thread as it might look futile to some.
1) Sample Candle data for 1min, 5 mins
2) Sample Tick data for all 3 modes (LTP, full, quote)
If this is available for 8-10 records, will make it easier
or if it is available somewhere, please guide with the link.
You can check out the documentation for historical data and Websocket data.
Please don't hijack threads, create a new thread for a new query, it might help someone who is looking for the same. You may also use the search feature.
`
curl "https://api.kite.trade/gtt/triggers" \
> -H "X-Kite-Version: 3" \
> -H "Authorization: token x:x"
`
{"status":"error","message":"Insufficient permission for that call.","data":null,"error_type":"PermissionException"}
Other APIs are working fine.
How do I resolve the GTT issue?
We have updated your app's permissions. You should be able to use GTT features now.