I think the issue was you were not sending product value. Now we have updated Kite Publisher to take NRML as default product. You can check and let us know if the issue still persists.
AFAIK it was not traded that day. But it is possible that NSE website might show some data and Kite will not have that. It is not possible for any trading platform to capture all the ticks over the internet there can be hundreds of ticks in a second…
Hi,
We have kept this for legacy purposes. You need to use INDICES from now on. Once we completely migrate to Kite Connect 3 APIs you can only expect one entry with the segment INDICES.
The first leg order is called parent order and when modifying a second leg order you need to send the order id for which you want to modify trigger price and send parent order id along with it.
You can check out more details here.
Kite Ticker caches the previous data so that it can be served immediately when a user subscribes to it. The last tick received from the exchange for this instrument is on 28 DEC 2017.
You can't modify the trigger price of first leg order(LIMIT type) after placing a cover order. You can only modify trigger price of second leg order.
A similar javakiteconnect example for modifying second leg SL-M order is here.
You can use this as …
A discussion can be closed by a moderator, admin and the member who created the discussion. You can find the option inside the options menu next to query.
The high and low will be yesterday's values. The close price will be previous day's close.
There will be only one trade at 09:08 AM post that trade matching happens after 09:15 AM. I am not sure if that price will be updated as open or not.
These va…
We have a different setup for generating candle data using live market data received.
Even though both live market data and TBT for generating for candles have a different source. Both are received from the exchange only.
A 15min candle is generated using the 15 1min candles. When you request 15min for data the API will return the data which is generated using whatever candles are available.
Come on how can you expect people to spend time on your query if you give broken information?
Mention the exact error message what you are getting for the above request.
How are you passing the request token post login successful? If you are doing string matching then I would suggest changing that to reading query params value.
Kite Connect 2 APIs still work. We will announce the deadline soon.
If your error says generate_session can't be found then probably you are using the old version of pykiteconnect.
@cdesai1987,
The backend has become robust now, it expects a proper type. We are sorry for the inconvenience. The only solution here is to send the typed params as in number as number and string as a string.
You need to give current month instrument's token and set the continuous flag as 1 and pass the date for which you want to fetch data.
We only have data for future instruments and not for options and data is in day interval only for expired instrume…
Hi,
You seem to be using an old version of the browser. ChartIQ doesn't support older versions of browsers which doesn't support ES6 version of javascript.
Hi,
We don't provide historical data for expired option instruments. We only provide data for expired future instruments and we only have day candle data for the expired instruments.
Hi,
AFAIK NSE EMERGE is a platform on which SMEs can raise funds. They are not listed companies where you can trade on them.
Kite Connect is purely an execution platform wherein you can trade on any listed instruments on NSE, BSE, and MCX.
By default, a Kite Connect app is enabled for only one account. If you are developing a platform you can send a mail to talk(at)rainmatter.com someone from our team will get back to you.
I am assuming currency pairing means USDINR18MARFUT like instruments.
All the instrument tokens can be received from instrument dump.
Yes, there is only one API for fetching historical data. You can check out documenation here.
You don't seem to have any Kite Connect app. Kite Connect is a prepaid subscription wherein you will need 2000 credits to create an app which is equal to Rs 2000 and validity will be 30 days from the date of subscription.
You can also set up recurr…
Hi,
We don't have a sandbox setup as of now. We are waiting for APIs from OMS team.
We may add this feature once the sandbox is available.
However, you do get one tick for each subscribed token even after market hours.