Hi @karthikasasanka,
You can use WebView for login.
You have to check for redirect url in onPagefinished(). In final redirect url, you will have request token use that to fetch accessToken.
Hi @tarak,
You cannot be logged in simultaneously on KiteConnect and PI.
Yes you can see orders placed on all our platforms but you will be logged out of previous session.
1. It would take a while to come up with the tested software for trade trigge…
Hi,
You should get all instruments for an exchange or whole instrument dump(CSV) and search for instrument token in that.Checkout KiteConnect client on GitHub or documentation for more information.
Did you try this?
[{"tradingsymbol":"HCC","exchange":"NSE","transaction_type":"BUY","order_type":"MARKET","product":"MIS","quantity":"1"}]
If it is still not working. Can you ping me link to your website from where you are trying?
Hi,
I am getting ticks for all these instruments. Can you elaborate issue you are facing?
Intraday data available today will still be in the system in future also. I am afraid we cannot provide you old intraday data.
You need get all instruments of "NSE" and find token from it.
List nseInstruments = kiteconnect.getInstruments("NSE");
If you are using javakiteconnect checkout example here https://github.com/rainmattertech/javakiteconnect/blob/master/sample/src/…
Hi @Siddharthak,
You cannot get instrument tokens from websocket. You can only stream tick data from websockets.
Checkout docs about how to get instruments https://kite.trade//docs/connect/v1/#market-and-instruments
Hi,
1. Can you paste all tokens you are trying get ticks for?
2. Intraday data is only available till 6 to 7 months depends on scrip. You can only get day's data till 2007 again it depends on scrip.
Hi,
After successful login, you will be redirected to registered redirect url. In your case something like this http://127.0.0.1/?status=success&request_token=fqvqwkw9xgqavd0b2xn29kb08aqxdafd
Just copy request token and use it.
Hi @menaveenn,
Ticks coming from KiteTicker cannot be measured by number of ticks. Server broadcasts ticks whenever there is change in LTP or even when there is a change in market depth. Number of ticks you get in a minute may vary according to vol…
Hi,
You cannot automate login. You have to use browser for login and after successful login you will be given request token which can be used to obtain access token. You can checkout example here https://github.com/rainmattertech/javakiteconnect/blo…
Hi Mohit,
Request token is valid only for 5 minutes.
Access tokens are flushed every morning, So you have to login everyday.
Regarding exchange permission, please email to [email protected]
Hi @Praveen_Tyagi,
I am afraid we cannot provide API for open interest because we don't store open interest.
AFAIK there is no open interest for Equity.
Hi,
Postbacks are sent by kite.trade you just read body, get payload and decode it. Check documentation https://kite.trade//docs/connect/v1/#postback-webhooks
Hi @Rishant,
You cannot get data for expired contracts. Exchange reuse tokens, that is the reason we don't give historical data for expired contracts.
ABIRLANUVO-BL is not traded, hence there is no data. It is being traded on EQ series.
1. Yes for now, you cannot pass extra params so you cannot exit bracket order on javakiteconnect.
2. We will update KiteConnect class with a feature to exit bracket order and then you can check and let me know.
Hi,
After permission screen your App will be redirected to registered redirect url. It is explained in this webinar.
Can you private message your redirect url?
Hi,
Proxy that is being set while initialising KiteConnect is used by all requests. Checkout https://github.com/rainmattertech/pykiteconnect/blob/master/kiteconnect/__init__.py
Hi @rktheinvestor1,
You should send both order_id and parent_order_id.
Variety is bo.
Kite supports four order varieties,
1. regular
2. bo
3. co
4. amo
LIMIT is order type not variety.
Hi @sameer,
It is not data inconsistency. We start forming candles only after we get first tick from exchange. Few other developers have also reported that, they want fixed candle data like 45 candles at 10:00 AM. To address this scenario, we are w…
Hi @AnkitDoshi,
You have to pay Rs 2000 per month for using KiteConnect API. It is monthly subscription.
Websocket is free with platform charges i.e. Rs 2000.
We charge extra Rs 2000 only for candles API checkout pricing section https://kite.trade/…
Hi @razzobull,
For bracket order, you need to specify price field because first leg is limit order.
For cover order, are you sure you are trying to modify second leg order?
KiteConnect has only CO market order, i.e. you cannot modify trigger_price …
Hi Sourabh,
Can you give particular order's parent order id, stoploss and target order id for which you think stoploss trailing didn't work? We will check and get back to you.
Hi Naveen,
Data is like this because, we form candle data only after exchange sends us first tick. We are planning to send empty candles for addressing this scenario. It will be released soon.
Hi mohit,
on_tick method is not looping, it is getting heartbeat signal from ticker server. So it basically gives confirmation that websocket connection is alive. KiteTicker what you are using is used by 1.8 lakh+ users of Zerodha. We haven't had a…
Hi Sourabh,
Positions you are referring to are all in loss, So trialling will never come into picture. Checkout this to know more about bracket order http://zerodha.com/z-connect/tradezerodha/zerodha-trader-software-version/bracket-orders-trailing-…
Hi @ferdinand.sousa,
Your url is wrong, all varieties are specified in lowercase, So example url is something like this https://api.kite.trade/orders/bo
Hi Sourabh,
getOrders() and getOrder(order_id) are entirely different API calls.
getOrders() is used to get whole order book of the day.
getOrder(order_id) is used to get details of life cycle of an order in our system like(open pending, open, modi…
Hi @charuvindatre,
This forum is dedicated for KiteConnect issues. Please don't create threads for Kite issues or Zerodha website issues. For these issues please raise support tickets. Anyways we will look into this and make changes.
Hi @ishwarm,
It can never match, kite candles and kite ticker have different data sources.
Checkout https://kite.trade/forum/discussion/comment/2739/#Comment_2739