Hi , i'm getting following error after calling the function kite.instruments()
2020-12-14 11:30:00,328 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.kite.trade:443
2020-12-14 11:30:01,016 - urllib3.connectionpool - DEBUG…
I used ...
def on_ticks(ws, ticks):
_thread.start_new_thread(store_ticks, (ticks,))
def store_ticks(ticks):
# do Data store activity without endless loop
Rakesh - I'm facing same problem, only different is that i'm calling the callback function program multiple time from outside. First time it works but next time it throws error - "c:\.....\programs\python\python36\lib\site-packages\twisted\internet…
Dear Sujith - I'm getting the same error even after market hour... in fact i'm running from my local machine and after restarting the machine and editor also still getting same error message (Connection error: 1006 - connection was closed uncleanly …
Hi Rakesh - why its like that when Open,High, low and LTP getting updated on the same day and even NSE update Close price on the same day, my whole Algo logic is based on current day closing price . It there any other API
thanks again, but from historical data API im not getting LTP plz refer code - pprint(kite.historical_data(13014274, date(2020,10,9), date(2020,10,12), "day"))
thanks Sujith , so now my pprint(kite.quote("NFO:NIFTY20OCTFUT")) statement works well... can i get last few days (5 days) similar data using API for FUTURE contract
@sujith - do we have any step by step documentation to follow while installing KiteConnect API's into AWS or any other server. Just want to avoid any installation conflicts.
@sujit - need your guidance and recommendation for hosting server where kiteconnet API works fine. Was thinking to host my Python application at pythonanywhere but seek your guidance or recommendations if any other server