You were correct Sujith. On debug shows something values are correct. When I isolate my cred from other creds means when i put only needed cred in my config file things are working. So somewhere I am making incorrect call it seems. I will check come…
Yes I did Sujith after checking it in debug only i posted here. Even now i tried same in postman tool as well. I got exact same error in postman too. Here by attached screenshot.
PS: Same code working for other two different zerodha account. I am …
Sujith, I am not criticising your infra. Seeking some suggestions. Did you seen these sort of disconnections, if so what is your suggestions to avoid such disconnections on ticker. This was happening in more frequently only on last 30 minutes of mar…
I was trying to design copy trade for zerodha to zerodha account. Is that only way to pull from kite.positions() on every second and replicate in other account ? Is there any better way to do this ?
I too facing similar issue. almost from last week. Earlier i dont have any issue on my code.
In my code also,I am just populating ticker data in dataframe. Nothing else in the code. Zerodha ticker is keep disconnecting and connecting for almost 30…
Awesome. Thanks a ton for taking time to respond for my query. I will change my code with this logic. Earlier I was constructing symbold and then i ll try to match with downloaded instrument list csv file. Once it found i ll go ahead for trading. I …
I have coded in my algo that for last day of expiry on any given month is considered as monthly expiry. If it is monthly expiry symbol formation is different. Due to which it got broke. Now i am not sure how to take it forward in future to handle th…
@rakeshr
Below is the list of path added in my Windows environment 'path'. Restarted my machine.
D:\MyFolder\Python36\
D:\MyFolder\pykiteconnect-kite3\
D:\MyFolder\Python36\Scripts\
My program was kept in C drive in below location.
C:\Users\Simb…
Any help team...
My python version is 3.6.2 along with Microsoft visual C++ 2015- 14.0
This is the github url I have followed. Downloaded the setup file from above github url and tried installing manually as well. But still facing same issue.
Thi…
@rakeshr Please find the output
D:\MyFolder\Python36>pip show kiteconnect
Name: kiteconnect
Version: 3.7.4
Summary: The official Python client for the Kite Connect trading API
Home-page: https://kite.trade
Author: Zerodha Technology Pvt ltd. (In…
@rakeshr While installation I don't receive any errors. I tried to execute one more time and received below response as already installed.
D:\MyFolder\Python36>pip install kiteconnect --upgrade --pre
Requirement already up-to-date: kiteconnect i…