rvsw

About

Username
rvsw
Joined
Visits
103
Last Active
Roles
Member

Comments

  • NFO%3ANIFTYIT20JAN16200CE&i=NFO%3ANIFTYIT20JAN16100CE&i=NFO%3ANIFTYIT20JAN16000CE&i=NFO%3ANIFTYIT20JAN15900CE&i=NFO%3ANIFTYIT20JAN15800CE&i=NFO%3ANIFTYIT20JAN15700CE&i=NFO%3ANIFTYIT20JAN15600CE&i=NFO%3ANIFTYIT20JAN15500CE…
  • &i=NFO%3ANIFTYIT20FEB15900CE&i=NFO%3ANIFTYIT20FEB15800CE&i=NFO%3ANIFTYIT20FEB15700CE&i=NFO%3ANIFTYIT20FEB15600CE&i=NFO%3ANIFTYIT20FEB15400CE&i=NFO%3ANIFTYIT20FEB15300CE&i=NFO%3ANIFTYIT20FEB15200CE&i=NFO%3ANIFTYIT20FEB…
  • DEBUG 2020-01-13 _new_conn:824 - Starting new HTTPS connection (1): api.kite.trade DEBUG 2020-01-13 _make_request:396 - https://api.kite.trade:443 "GET /quote/ltp?i=NFO%3ANIFTYIT2031216600CE&i=NFO%3ANIFTYIT2031216500CE&i=NFO%3ANIFTYIT2031216…
  • Thank you again for your response. I'm not exactly sure how to set the debug flag in the way you are requesting. Can you please elaborate? I did set that the debug flag in the Python log. If I do that, I get thelogging information from the kite pyth…
  • Thank you again for your response. I modified the python program that I was using to download ltp prices for equites to download options. I am getting an error after downloading data for 1500 instruments. ERROR: "kiteconnect.exceptions.DataException…
  • Thank you for your response. I do understand that kiteconnect is not for writing strategies. What I was asking is that is there a way to find out about trading contracts instead of volume. In other words, since options data is different from equitie…
  • Also, I went through the python documentation but could not find any way to extract the total number of contracts (which should be different from volume) for options data. Can you please advise if there is any feature available to extract number of…
  • Thank you for your response. So as I understand these are the steps that zerodha wants the users to take: Get the dump of all the instruments in the exchange Search for instrument symbol for all the strikes in the instrument dump Then for each symb…
  • Thank you @rishiswethan for providing the code. Thank you @sujith also. However, the documentation you refer to only provides the class of exceptions, not the exception messages within every class of exception. For example, today I got an exception…
  • Thank you for your response. I hope some action does get taken because its been several months since the last report and looks like there was no change. Here is another quite a large problem. KALPATPOWR has 5 minute data missing from 2018-04-19 u…
  • @rakeshr thank you for your prompt response and for the clarification. So from what I understand we should have valid data after 2016 then. That is good. I only need minute data for reconstructing the data for longer duration . If hte longer durati…
  • @rakeshr has there been any progress on this? I hope you understand that if the data integrity is in doubt, then all the strategies and whatever we do based on the data is not useful. In a bid to reconstruct the longer duration data from smaller dur…
  • Hello again I'm also seeing gaps in the data for 5 minute for the nifty 50. Since it is a five-minute data, there should be 75 entries for every day(with the exception of special days like Diwali). From what I have observed, from what I have seen, i…
  • @rakeshhr thank you for the prompt response. I looked at the 1 minute data that I had downloaded and it does show that there have been trades that have happened. Also, if I add the volume for the 1 minute data, it does not result in the volume for t…
  • @rakeshr Thank you for your prompt response. I am sorry for accidentally creating a duplicate thread. In general, can you please describe what is the policy on the expected time lag for zerodha on updating the data once a bonus or split has been a…
  • Updating the thread after @zartimus advised me to do so as it may help others. This is the process that I followed in order to finally get Kite installed Earlier problem: I was unable to build twisted on my machine and also while installing Kite co…
  • @rakeshr So does this mean that we will have to pay 4000 one historical data even though zerodha mentions that the price for historical data is Rs. 2000 per month-but there seems to be a hidden cost of an additional Rs. 2000 for kite connect API. …
  • @zartimus Thank yo for the response. I tried the command as you have mentioned and it gave me the following error. As you can see it is still building twisted and failing because it could not find the output file Even though it seems to be mentioned…
  • @zartimus the code In the link that you provided at https://github.com/zerodhatech/pykiteconnect/blob/master/setup.py#L31 seems to install the wheel itself. To me it seems that if I do pip install kiteconnect It should install the wheel on its …
  • @zartimus thank you for your response. This is a very useful thread that you have added. I'm going to go through it bit by bit. Yes I do understand that twisted is a problem. I was actually trying to build it on my own because I was out of ideas. N…
  • @zartimus thank you for posting the link to the wheel file. I am having similar problems and I wish zerodha had posted the link to the real file earlier. How is a customer going to figure out that there may be a wheel file existing within github rep…
  • I'm having the same problem. Unable to install kite connect on Windows 7 with Python 3.6.0 on a 64-bit machine. I have been trying this for several weeks now. Details are appended at the end of this message. @zartimus thank you for providing the li…
  • "Regarding inlfluxdb I looked at influxdb and ruled it out immediately as its a commercial product that needs a license. As an individual user, I cannot afford licenses and it does not make sense when there is a plethora of open source tools to choo…
  • Hello I'm having a similar problem. I'm using the code that is provided at this link:https://kite.trade/docs/pykiteconnect/v3/ I'm using the code to read the prices with the live streaming during market hours. While the order placement is possible…