Hi @tonystark
Would WebSocket/ KiteTicker help in receiving minute data? There is no setting for duration in WebSockets. I want to stream live market data every minute. And I don't know how to use historical data API for live streaming since we ne…
Hi @prakash.jj , you are absolutely right. 18 Mar gives useful data. But, as per my understanding, NIFTY futures expiry on the last Thursday of every month. And 29 Mar (Thursday) is a holiday. So, shouldn't trading symbol be NIFTY28MARFUT? I am assu…
Hi @zartimus Thanks for the help. I think some files were being used by kite and hence upgrade was not possible. When I restarted my pc, update worked nicely!!
There is one small issue. I am trying to fetch values for NIFTY futures using quote. I us…
Hi @zartimus , Thanks for the response.
I followed the above commands. It throws the same exception as mentioned above. Before exception, cmd shows these lines:
Found existing installation: cffi 1.10.0
Uninstalling cffi-1.10.0:
Successfull…
Hi @zartimus,
I followed commands. version shows 3.6.2 when I run command pip show kiteconnect. version shows 3.7.05b when I run command python -m pip show kiteconnect. Now, I am not sure which version am I using?
After importing from kiteconnect…
Hi @zartimus and @tonystark,
To upgrade to 3.7.0b5, I ran pip install kiteconnect --upgrade --pre.
It threw exception shown below:
Exception:
Traceback (most recent call last):
File "C:\Users\HP\Miniconda2\lib\site-packages\pip\basecommand.py", li…
Hi @Sujith,
Thanks for the response.
1. I passed parameters as below:
kite.quote(['NSE:NIFTY'])
Now, it says that function needs 3 arguments:
TypeError: quote() takes exactly 3 arguments (2 given)
What am I doing wrong here?
2. I need to get data …