Can you please make it so that we only have to enter this totp only once in 24hrs, at any time, such as in the evening and we can trade in the day. Now we have to enter it before the market opens. I had an automated system that allowed me to work my…
Due to new SEBI rules profit only gets credited in T+2 days. But loss gets instantly deducted. I know, genius move to "protect" us. This is not the fault of zerodha, it's SEBI trying to "protect" us
Read more about this wonderful rule below
https:/…
I've been asking for this a long time too, not sure why this is so hard to do, all that needs to happen is a notification is sent when margins are updated. I'm happy with everything else, but, this is one place which would be very helpful if made mo…
@sujith The problem is, the API is not updated simultaneously. You update the margin requirements for obvious reasons, but, it would be good if the team can update the margins API instantly with the change too
@tonystark Just to be clear, if I've logged into kiteconnect API and use it to query through the whole day from the program, then I log in through my android phone, it won't log out the kiteconnect API. Correct?
kite.historical_data(instrument_token=instrument_token, from_date='2016-05-09', to_date='2020-01-06',
interval='day', continuous=False)
There was no error message, just that it only returned the data…
@babansfolio There will always be some response issues occasionally in APIs. The way I tackle your issue is by having a tiny delay of 0.5secs, then getting the order book to check if an order with the desired parameters is placed. You can place the …
kite.historical_data(instrument_token="token_for_INFY:NSE'", from_date='2019-01-01', to_date='05-12-2019', interval='day', continuous=False)
This is the sample query. It seems to be working now, but, data for 4th dec, 2019 was not available unto ar…
I get these too, don't worry, if you have an exception handling system to retry the call, it'll most likely work. Most likely just normal network inefficiencies