@rakeshr As far as I understand, this only works for getting the list of stocks for auctions and not the bids/offers. Please help me out figuring out the market depth part.
The same thing happened again, Kite Connect placed an order that wasn't authorised by the algorithm. Clearly there is something that deserves your attention here. Please help me regarding this, I can give you more info if you need.
This is the code I'm using. As you can see, there's no way the code can place two orders without printing, meaning there must be some bug at your end. Please see if you have any remedy/info on this as this can result in losses.
if bid > offer_lower and offer_lower != 0.0 and status == 'NR' and strike_1 != 0:
print(name)
status = 'R'
buy_leg = kite.place_order(tradingsymbol=name_lower, price=offer_lower, variety=kite.VARIETY_REGULAR, exchange='NFO', tr…
Alright, I finally bought the subscription and was able to download data till 60 days as you mentioned. However, I need help as to how can I get data in a loop as I'm very new to Python.
Here's the code I'm using
data=kite.historical_data(instrume…
Thank you for your response. So I can fetch data for 2 - 3 years, but I'll have to run the extract data command after every 60 days have been downloaded?