Hi,
We haven't noticed any issue with live market data streaming for NFO segment. Can you let us know some example instrument tokens for which you did receive ticks?
It is not yet included in python client. We will include it in next version of pykiteconnect. For now, you need to implement it at your end.
You can also refer to kite3 branch of pykiteconnect.
It can be like kite.order_cancel("171207000447158" , "bo", "171207000433530") to exit after first leg is executed.
If the first leg is not executed then you can cancel like this kite.order_cancel("171207000433530" , "bo")
Hi @sumant,
The close price of the day is set post market settlement. Hence we update close price after settlement for day candle.
Before that close price is the last price of last tick received by the system.
@mohitgohelce,
Please create a new thread for new queries, it might help others who are looking for the same.
We do have a bulk fetch API to which you can pass instrument tokens and it will return data for all the instruments. You can check out thi…
@raminde,
You can trade on this now.
We apologize for the inconvenience caused.
This is outside the scope of Technology team. We have escalated this issue to Risk management team.
We are waiting for the reply.
In the above code, it seems like you are sending access token to get the access token.
Is this how you have in the code?
You need to use a fresh request token to get the access token.
Hi,
The request token is valid for only a couple of minutes and can be used only once. Once you get an access token, it is valid for one day. You can store access token and use it in subsequent runs. Don't request for access token for every run.
You need to subscribe for instruments after the connection is successful.
We use this approach on all our platforms.
You can change callback anytime but isn't it easy to combine both write a wrapper as in write a method and give that as callback but…
Hi,
It is mandatory by the exchange that a user has to log in manually at least once a day. Hence you need to log in at least once a day.
An access token is valid for one trading day. So you need to fetch new access token every day.
Your open positi…
Hi,
Is there a code snippet to refer to for converting market tick via websockets to 15min candle(ohlc) data to store it in multiple mysql tables for multiple scrips. (in python if possible)
We don't have sample code to generate candles.
One of the …
Hi,
Users can place orders in mock trading session but we don't provide data for mock trading.
Today we are doing maintenance, hence you might not be able to place orders.
Hi,
We don't provide phone support for Kite Connect.
You can follow the exact procedure as shown in the webinar and private message me that. I will check and get back to you.
The api_key and api_secret remain constant for an App. You don't have to change that.
I am not sure where you are going wrong.
You can check out webinar for login flow.
Hi @Anuj,
Historical API is an optional add-on subscription with base Kite Connect subscription.
You can go to app details page on developers console and subscribe for the same.
Hi,
A request token is valid for a couple of minutes and can be used only once.
You need to wrap your code inside try block and print kiteException.message which will give us more info.
Hi,
We haven't made any changes in the session management recently.
Can you give us more details to track issue?
Is this consistent or intermittent?
What did you do before you were logged out?
Hi @utlsingh,
Please create new threads for new queries. It might help others who are looking for the same.
I think it is because of the network problem. I would suggest checking kiteException.message and kiteException.code to know more about the i…
Hi,
You can download tradingview(they have a free license) and integrate Kite Connect for personal use.
Live streaming data can't be given as public data as there are regulations around it.
We are preparing for Kite Connect 3.0 migration in order to support some legacy infrastructure we are accepting old public tokens. Once we migrate completely users will have to use only new public tokens. If you are developing a strategy now then I …