@ANT390 , @nimitagg, you can create an upstox account. They provide free APIs. I have done the same. I get the data from upstox and then use it to trade with kite connect free api.
@KeshavSaraf thanks for the info, i had a nuvama account, i used their api to fetch ltp. i'd like to ask one thing from you, what is the best possible way for me to apply tsl to my orders. Currently im fetching ltp from nuvama and modifying the stop loss order every 60-120seconds based on the total profit on the trade. I'm afraid that i might hit the api limit
@KeshavSaraf Could you also explain CO and GTT orders, will the other order get automatically cancelled if one is hit. Right now im checking the order status every 2seconds and if one is completed, then the code cancels the other. I'd be grateful if you answered my query.
You may refer to this article to know more about cover order.