According to the regulations, the live market data provided by the member is only for their clients for personal use. It is not a public API. Hence users need a valid access token to fetch the live market data.
We always had a limit on the number of candles fetched from one HTTP call. You can check out the details here.
We had removed it for legacy reasons when we migrated to a new version of the historical data API.
Yesterday, one of the API clients kept…
We don't offer bracket order with the entry order type market. We only support the LIMIT and SL type entry.
You can check out this article to know more about the bracket order.
The target and stop-loss values are points and your values are right in…
I am afraid we can't clear cache many of our processes and other users depend on that.
You can use the exchange timestamp field to check if it is today's tick.
No, all access tokens are flushed in the morning at around 06:30 AM to 07:00 AM. If you need an access token for a day then you need to generate it after that time.
Hi,
Kite Connect is just a set of REST-like APIs you can write a wrapper around it in any language. All Kite Connect libraries are open source. We would be happy to feature if anyone is ready to build one. You can see some third party libraries feat…
We are just a bunch of developers here. We are not sure about the compliance stuff. Please write to talk(at)rainmatter.com for compliance related queries.
You need to use Kite Connect subscription in order fetch order details. Kite Publisher is only for placing orders.
A success response in the publisher means order placement is successful and not the execution.
Once you get a request token you can u…
It is a very old version of Kite Connect. The new one has generate_session method.
You can check out pykiteconnect documentation here for more information.
Hi @Prashant4,
This forum is dedicated to Kite Connect related queries. You can write to support or kite(at)zerodha.com for queries related to other platforms and feedback.
I am a part of Zerodha team but we are not support executives. We are all developers who work on different projects that are offered by Zerodha. There are other Kite Connect developers as well who keep answering. We hang out here to support and grow…
@JMTrading,
Please do understand that this is not a support portal. This is a community driven forum where developers help each other. There are more than 300 production Kite Connect apps which don't have any issue. If you are facing the issue then …
If there is some heavy operation done after getting ticks which blocks main thread might cause this issue. So it is very important to make sure you do the threading things properly.
We listen to ticks on all our platforms using the same Kite Ticker…
Hi @joy,
Interoperability has nothing to do with SOR (smart order routing). The exchanges still consider SOR as algo.
If we get approval for this, we may do it in future.
Can you paste what is the error you see in the console?
There are more than 300 production apps running on this.
You must be going wrong somewhere. You may also take a look at the documentation here.
If it is SLM then once your trigger is hit then a market order is placed. If it is SL then once trigger is hit a limit order is placed for the user entered price.
You can know more here.