Hi Sanatan,
We will be happy to help you as we are developing a strategy based trading platform based on zerodha kite. You can whatsapp me at: 9884812627 or drop your number and lets talk.
We will be happy to help you as we are developing a strategy based trading platform based on zerodha kite. You can whatsapp me at: 9884812627 or drop your number and lets talk.
Hi @sujith ,
Thanks, we discussed it in a previous post. The current web socket data is not tick, I asked because I wanted to know if it has become available now.
A true historical tick data is very useful for some specialized algorithms like ou…
Hi @sujith
Thanks, that was helpful.
is tick data available on kite connect API? I thought tick by tick data is not available and what is available is some random subset of data of 1 Minute candle.
Nitin has written that Pi would be based on snapshot data, so the 1 minute OHLC will be based on those 4 to 5 ticks we get in a second. That was way back in 2014. Is it same today?
In that case websocket data would also be inaccurate and in turn m…
Hi @sujith, Thanks for providing the discussion thread.
At one point it is mentioned there that:
"Its unlikely that these service providers can record each price level the stock has been to at one particular interval unless they've subscribed to t…
Hi @sujith, Thanks. But this gives rise to another query...are the OMS of Kite and PI are different. Does Zerodha connects customers via different OMS depending upon what they choose - kite or PI?
I have been an active futures trader with Zerodha …
Hi @sujith, Thanks. I have another related query....lets say my software receives data from a data vendor...of something which Kite connect doesn't support...for example BSE Indices. Will the kite Order API support it or there is limitation in that …
@sujith, I have noticed this issue much earlier with kite connect around 2 months ago, but for the sake of development ignored it and moved ahead with development. Now it has returned to bite me. Please take a look at "Pi". BSE is categorized well …
@Sujith, Thanks again.
Now if we look at the list of exchanges: we have NFO, NSE, BFO, BSE, MCX and CDS. You have provided me with good information regarding NSE. What about other exchanges? Does it happen with other exchanges too?
If yes, can y…
I am able to successfully parse all data in websocket call except "orders" of Market Depth.
Kite connect doc mentions:
First 2 bytes = number of packets
next 2 bytes = length of packet
Packet Structure mentions: a "full" packet is 164 bytes out…
Hi @sujith ,
Thanks for quick response. I got it figured out. So for the sake of anyone who face same issues and program in c++ or elsewhere( where packed data support is not available): here are the important points:
1. What you receive on websocke…
Hi,
I am posting in the format {header,value}:
{"request_token","TheQuariedVaue"}
{"checksum", CryptographicHash::Sha256(Api_Key+request_token+Api_Secret)}
as Multipart http message
to url
"https://api.kite.trade/session/token".
I am receivin…
Hi,
I am posting in the format {header,value}:
{"request_token","TheQuariedVaue"}
{"checksum", CryptographicHash::Sha256(Api_Key+request_token+Api_Secret)}
as Multipart http message
to url
"https://api.kite.trade/session/token".
I am receivin…