Ok thanks for the response;
Can you please suggest at 22 Dec 23 (Friday), for the current week expiry which date should be picked.
1) Last Thursday of the every month i.e. Monthly expiry
2) Wednesday of next month i.e. Weekly expiry.
Please confi…
If we use getQuote function; and refer the buy/sell value under the depth value.
Is this the alternative Bid & Ask value? If yes then how can we use these value as bid & ask.
Please confirm.
Require confirmation; If we generate access token from TOTP activated account; then Is this possible that we can get historical data without login second time?
Require only Historical Data; not to trade.
Just wants to confirm Should I login Daily to get the updated access token? Or, we should talk any authority to enable the feature not to login daily to get the updated access token.
For the BANKNIFTY, I require strike price according to the expiry.
Then how I will decide instrument token, as instrument token is define according to the strike price.
And requirement is to trade on the basis of At the money, In the money, Out the …
Ok.
Can you please clarify the following things?
1) Is this depend on exchange?
2) Can you please clear following small things:
a) Post back will be called when the LMT order is placed or, not?
b) At what status POST back will be called?
3) I…
Yes, we are using Kite Connect API. POST back url is properly configured. As; it works fine in all cases; except in one case.
The case is
LMT order is placed; once it is completed; post back page is not called.
I have checked the given link ..... but the in my case already placed LIMIT order is not cancelled.
And, I have send request for cancellation after 2-3 min.
This is clear that access token validity is complete whole day. Can you please mention the timings when it is updated?
After getting access token; it will be saved in db. Please mention when saved access token is expired.
Hi,
We are getting the following details with respect to the " NIFTY2110714000CE "
instrument_token,exchange_token,tradingsymbol,name,last_price,expiry,strike,tick_size,lot_size,instrument_type,segment,exchange
11110402,43400,NIFTY2110714000CE,"NIF…
@sujith On order placing; I need to get two things:
1) Placed Order Id
2) Getting the market price of placed order.
Is there any alternative to get this? specially in between 09:15 to 09:30.
@ZI4453 Order was placed successfully at any time; but failed to get the average_price in between 09:15 to 09:30 from $kite->getOrderHistory($OrderID) from the generated Order Id.
@arkochhar I am using PHP code. I want to build logic where I can place order according to indicator calculated value. Indicators like SMA, EMA, RSI etc. So, Is there any API or some pre define classes; where I can get calculated value of indicator …
@ZI4453
I need API; which return the indicator value; For example: if I require SMA(simple moving average) value for period 10; then on any available API call; I can get the calculated value.
Please response on the same.
@sujith Can you please confirm; by using the KITE API V3; only one order can be placed at a time or, multiple order can be placed one after another .
Using Kite Connect PHP Version 3.0 kiteconnect.php
For some case two order can be placed simultaneously.
1) $order_id = $kite->placeOrder("regular", [
"tradingsymbol" => "SBIN",
"exchange" …
@sujith Now find one new case on order placing by using $kite->placeOrder function; nothing is return. Order is placed correctly and reflected at the zerodha order listing as a complete; but order id is not returned and even after that none scrip…
Yes, I have read the complete thread.
According to the thread, LIVE data may differ but the after the market closing historical data is corrected.
But, VEDL symbol on 18/12/2017 at 09:15 AM: Open Price is 291.95 and from NSE same data for 18/12/…
I have referred the documentation, there is no any suggestion related to get the last opening day Data.
Any one for development point of view, help me !
Today is 17 th nov, I want OHLC value of 16 th november 15:15 PM.
For SBIN (NSE), It returns
"open":345,"high":346.7,"low":340.1,"close":333.4
When I referred the chart , the value of SBIN (NSE) at 16 th November 15:15 PM,
"open":332.70,"high":334…
https://api.kite.trade/instruments/historical/5633/day?from=XXXXX&to=XXXX&api_key=XXXXXXXXXX&access_token=XXXXXXX
From and To are the attributes related to the DATE, But My requirement is to get last market opening day data.
What chan…
I have used checksum value as a access token. Can I use it?
https://kite.trade/docs/connect/v1/#postback-webhooks
When I have used this , it throws "Invalid session" issue.
It means at the Post Back page we can not code to post any order?
Please confirm.
As per my current analysis, Request Token we can get only at the Redirect URL page of the app.
@sujith Yes, now I can successfully get the response on the postback page. Now, I want to post an BO at the same time.
But, for the placing of an order, Request Token is necessary to get and set the access token. How can I get this request token an…
@botany02 I was using given provided code, But I can not properly use it.
I can not see any response back on this page. Even without any condition, I am trying to put BO, but order is also not successfully placed.
Yes I have purchased the Historical add-on. And data is getting properly.
by using following url.
https://api.kite.trade/instruments/historical/5633/day?from=2017-10-06&to=2017-10-06&api_key=xxxxxx&access_token=xxxxx
Is this access t…
As per my understanding, in the case of Bracket URL, there is no need of POST back url. As there will be nothing to do after the bracket order execution.
Following are my order placing value of BO. Please check. Is there any issue?
"tradingsymbol" => "SBIN",
"exchange" => "NSE",
"quantity" => 1,
"transaction_type" => "BUY",
"order_type" => "LIMIT",
"product" => "MIS",
"price" =>…
Getting this issue at the time of placing bracketorder via API
Uncaught GeneralException (404) 'Route not found'
Why this error is coming? How can I resolve it.
thanks @sujith
I have read the documentation related to the Post Back URL. Do you have any sample code in PHP to handle this?
Exactly, I need the sample how can I get these values at POST back page.
@ajinasokan thanks.
Instrument token belongs to the unique id allotted by the Zerodha to the respective Symbol i.e. SBIN, TATAMOTARS.
Is this correct? Please confirm.
@sujith thanks for the quick suggestion.
I read somewhere it is written I have to login manually then the request token will generate.
Is this correct?
Now, I have purchased the subscription, Create an App and Got the API and Secret Key.
I also downloaded the kiteconnet.php class and by using this I try to authenticate myself, but it needs "request token", How can I get this request token? Plea…