Is it possible to read high and low of candles using this API, I mean can I know the Ticker High value and Low value in a time frame from 11:45 to 11:59
hii @pratyushbgr You can retrieve tick data from zerodha and then you can process it at your own end to find high low of any timeframe. Kite Connect is purely an execution platform. You will have to write strategies at your end and place order using any of the Kite Connect client libraries
Hi Imran. Thanks for responding back. Now I have created an app and by that apikey only I can use some buttons. But to access Zerodha API for data, I am not getting a way. What are the steps to get tick data from Zerodha? Do I need to buy credits? How and where to start, assume that I am using simple java script or PHP. Appreciate your quick response, I have something in mind that will really help many of us, but I need to at least start and see what is there and how we can take maximum benefit.
Before I start spending on this, is there any sandbox environment? Also could you please help me to understand is it monthly or based on hits or how it is ? Again is there a good documentation you know on how to use tick data step by step ?
We don't provide coding solutions. You can check out php documentation here and login flow here.
You can retrieve tick data from zerodha and then you can process it at your own end to find high low of any timeframe.
Kite Connect is purely an execution platform. You will have to write strategies at your end and place order using any of the Kite Connect client libraries
kiteconnect subscription is monthly based.
Documentation : https://kite.trade/docs/connect/v3/
sample kiteconnect usage (python) : https://github.com/zerodhatech/pykiteconnect/tree/kite3
https://kite.trade/forum/discussion/comment/17613/#Comment_17613