Can you private message the api_key and client id? We will check and get back to you.
It doesn't matter what system you are using as long as you are using correct api_key and client id.
Hi,
You can write to kiteconnect(at)zerodha.com for multi user access for a Kite Connect app. The compliance team will review the request and get back to you. You can write to them with product details.
Can you let us know more about it? How you are initiating publisher and what are the params you are sending?
This basically because chrome has recently changed the way cookie handling is done. It has blocked all cookie management inside the iFrame.
The recommended way to use APIs is to parse the fields that are documented.
If it is a field name change then we will definitely announce it. But adding a new field shouldn't break the existing system.
The recommended way of using Kite Connect is to…
@ramatius,
Adding a new field shouldn't break the existing system. All our apps use the same APIs and it hasn't broken after adding a new field. Maybe you need to change the way you parse orderbook.
This feature is currently in private beta, so you…
@akum42,
The net positions always contains the complete list of m2m of the account. It includes both overnight and day positions.
You can read documentation about it here.
If you send tag, you can get it on orderbook but not on the tradebook.
Can is there anyone more variable present for like tag in Publisher JS plugin?
Can you elaborate on this? I didn't understand.
@amanlatkar,
You can fetch all trading instrument lists using this API and it's close price using Quote APIs.
But, we don't provide other mentioned fundamental data on Kite Connect. You can check out ticktape.
@rknmit,
Kite Connect is provided for single user only. If you are developing a platform for mass then you can email kiteconnect(at)zerodha.com for multi user access.
This can't happen.
can you let us know what timestamp you are checking on orderbook?
Or did you check the order history for timestamp when it is placed?
It means that the request has timed out. You can add some delay and retry if it is a GET call or else check orderbook and retry if it is place order or modify order request.
Did you send with continuous data on or off? Can you paste the complete request and response stacktrace?
Make sure to enable debug logs on while initializing kite connect.
Brokerage is charged on partially filled rejected or cancelled order and completed orders only.
If an order is rejected or cancelled without a fill then there is no brokerage on that.
@Gjain75,
It is a UI feature. On Kite app and web also we fire orders one by one from the frontend. OMS doesn't have bulk order placement feature.
It makes no sense to provide it on API when you only have to fire orders one by one.
It would have mad…
@Gjain75,
Basket orders are also placed synchronously, it is same as you maintaining basket on a list or queue at your end and firing orders.
For now, we have kept baskets feature exclusive to Kite app and web.
We don't have minute level data for expired NFO instruments. We only have day candle data for expired futures instruments.
We don't provide data for options instruments.
We create date object on the javakiteconnect library here. As you can see, the Date considered will be local time.
You can either convert it to IST after you get data or fork it and change it while parsing.
If you are looking at indices data then i…
This is the design decision. Why do you have to call holdings multiple times. It will only change anyways when an order is placed or executed. Otherwise just updating P&L using live market data should be fine.
Polling holdings API is not the correct way to check P&L. You need fetch the latest LTP from Websocket API or Quote API and use that for calculating P&L.
We only have day candle data for futures instruments. We don't have intraday data for expired instruments on Kite Connect. You may have to contact some exchange registered data vendors.
Can you run pykiteconnect with debug logs on and paste the complete stacktrace with request and response logs?
PS: Make sure to remove app and client specific tokens.
Kite Connect app is provided only for single user only. It can't be used with other client id. You will have to use the client id which was specified while creating the app.
It looks like the modify request was sent with trigger price 1672.4, since for BUY stoploss the value should be greater than LTP, modify request is rejected.
I think the price was around 1676 at the time you sent the request.
@srinu124,
There is no issue with the code. This is something else. Are you modifying second leg or first leg order?
Why are you sending order type as LIMIT if it is second leg order?
Initially GTT was planned only for Kite web and app. Later we extended the feature to APIs also. The orders triggered from the GTT placed from your app is thought to be placed by Kite web. Since there is no way to pass app information currently. In …
This is a spread contract. Kite doesn't support trading in spread contracts. We have asked the team to remove this. In the meanwhile you can skip these spread contracts.
But the order status can't be UPDATE or success.
There are generally only these possible statuses, OPEN, COMPLETE, CANCELLED, REJECTED.
UPDATE is a pseudo status which is sent on order update so that user can know there was a partial fill or some c…
The postbacks are only sent if the order is placed from your app. Order placed via GTT doesn't contain the app details about the app that created GTT. We will add this feature in the next release of GTT.
For now, the only way to know is via order up…
Kite Connect doesn't have any sandbox environment. The above website lists down a static responses of all the endpoints. This is done by a community member.
OMS creates the position and it is m2m of the account at the moment, it has no relation with orderbook.
As of now, we can't provide position tagging feature.
It does work after market. You will receive the first tick that is cached, after market.
You can go through pykiteconnect FAQs to know more about the issue.
@shivesh1987,
We don't provide coding support on this forum. You can take a look at the sample code here.
This forum is dedicated only for Kite Connect related technical queries.