@indiatechpython,
Let us know during the market hours when this is happening, we will check and get back to you.
@theLufenk,
While we strive every day to provide the best-in-class service for the Kite Connect community, it is very discouraging to s…
You can use the app for any number of strategies but you need to make sure that you are not hitting the Kite Connect API rate limits that are mentioned here.
@sukrit1990,
You need to go to the Kite web or app and pre-authorize the holdings. A Kite Connect app doesn't have the permission to authorize holdings on CDSL.
@Shank,
We had back populated data from different sources, for some we might have intraday data from early 2015 but for some, we have data from the last quarter of 2015.
The only way to find out is by user fetching data for whichever instrument he i…
Please don't paste app or client-specific details on the public threads, it can be misused. If you ever need to share session or client-specific details then use the private message feature on the forum.
You seem to have created an app for masses, y…
this means your session is expired, you need to log in.
If it is the first time login then you may need to grant permission for the app.
Can you let us know what is the browser version you are using? and paste a screenshot here of the error.
A success for order place API means the order is placed successfully, it doesn't mean the order is executed.
Once you get a success response you need to fetch orderbook and check the status and status message of that order.
@gkaranam,
Are you sure you are checking for the right segment?
It looks like the segment is disabled for your account.
You can check on the Kite web funds page once and contact support.
You can go to the app details page on the developers console and find an option to subscribe for add-on service like historical data there (on the right side of the page).
For cover and bracket orders, there is already a pending child order, the system just has to modify that to a market order.
For an end-user to exit co or bo, one has to send an exit order request, this can be done by sending a cancel order request w…
Hi @devarajh,
We can see that there was a time out at 2020-10-12 12:04, you need to receive and respond to the request. Are you doing any processing in that thread itself?
Since your system didn't respond in time, it was considered a timeout.
Kite Connect app is provided only for personal use. Are you sure you are trying to access the APIs with the same client id provided while creating the Kite Connect app?
Due to the power outage in Mumbai, we had connectivity issues with one of our leased lines to the exchange. Some of the orders placed during this time are affected.
Kite Connect doesn't offer support. This is a community-driven forum for helping fellow Kite Connect community developers. We are all developers who hang out here to help and also work on our projects.
Asking a generic query won't help you get an a…
The quote API does provide OI data but you need to send each and every instrument token you need data for or send the exchange:tradingsymbol data.
You can check out the documentation to know more.
Due to the power outage in Mumbai, we had connectivity issues with one of our leased lines to the exchange. Some of the orders placed during the affected time might be showing the status as open pending.
Due to the power outage in Mumbai, we had connectivity issues with one of our leased lines to the exchange. Some of the orders placed during this time are affected.
@sbdavra,
We don't have an API to check the number of connections open at the Kite Ticker.
I will forward your query to the concerned team and check if they can do something about it.
@prakash.jj we have always recommended users to use a maximum of 3 websocket connections per api_key.
We didn't have a hard limit till now for legacy reasons, we are going the put the hard limit now. If you need to open more websocket connections th…
@livekrish,
We only have data in this format. You can check out webocket documentation and historical data documentation.
If you are looking for live market data candles then we suggest generating candles at your end using the websocket data.