Yes, since 2 days I am also getting timeout errors.
Get Order Execution Price Failed
HTTPSConnectionPool(host='api.kite.trade', port=443): Read timed out. (read timeout=7)
Is there any changes from Zerodha? The order execution timeout y…
Can we have the websocket ticker field mapping details Old vs. New? (it is not clear from the document link shared above)
e.g. < old field name > --> < new field name >
timestamp --> exchange_timestamp
volume --> volume_traded
Humble Request to the community members of Kite Connect Forum to reply to [email protected]
with Subject: "Algorithmic Trading by Retail Investors" as given in the paper and request SEBI to continue allowing API trading without registering an Algo…
May be helpful for python developers... its just 3 line of code to generate TOTP (of course once the Secret Key is captured already):
import pyotp
totp = pyotp.TOTP('YOUR_SECRETKEY_GOES_HERE')
totp.now() # => '492039' use the output for getting …
Thanks @sujith for the reply.
Further questions:
1. The solution in the thread you mentioned.. "The solution is to log in to Kite Connect and then log in on the Kite web." is it still valid?
2. If order placed by Order API, will it require re-log…