Hi @Imran,
We can see there were three attempts for payment last night but all of them are failed.
You don't have to panic if money is debited from the bank account. If a vendor doesn't accept the payment, the bank will credit back the amount within…
There are two things here, one is gateway timeout which occurred because Kite Trade didn't receive any response from the OMS(this is what you are referring to in the above comment) and another one is the above scenario wherein Kite Trade didn't resp…
You need to provide more information. We can only help you if give specific details.
https://api.kite.trade is a Kite Connect API's base URL. It is not a valid API endpoint.
Enable debug logs and give the complete request and error response.
For every trade of the first leg order, there will be two second leg orders with quantity same as the traded quantity.
The quantity of the second leg order can't be modified but the quantity of the first leg can be modified.
The historical data provided on APIs is for backtesting only. We don't recommend using it for live strategies. You can generate candles at your end using the live market data provided via websockets.
You can get started from here.
Hi @Guhan,
Glad to hear that from the users . BO order_updates has changed. We made some changes this weekend. Now users will receive second leg order details also in the order updates.
@botany02, I think this was the feature you were waiting fo…
Kite Connect 3 expects users to send a valid access token for connecting to Kite Ticker.
A user has to log in manually every day to connect to Kite Ticker.
You can check out this blogpost to know more about bracket order.
Kite Connect expects points for squareoff, stoploss and trailing stoploss values. You can check out more details here.
Yes, even when there is a request timeout while placing an order. We would recommend double-checking orderbook. The order will show up there. This is the behavior I have seen so far.
Hey. This forum has certain rules that you need to adhere to. The INR 2000 is the price of the APIs, not support. All support for the APIs barring billing related queries are to be posted on the forum. If something needs to be referred to the talk@r…
@hanzo,
We don't entertain passive aggressive comments on this forum. Please consider this as the last warning. If this continues we will be forced to ban you.
@prkarthikeyan,
If you are developing a platform then I would suggest writing a mail to talk(at)rainmatter.com with some details about your platform just to check if compliance wise everything is fine.
Kite Connect supports only two types of cover order, one is MARKET entry type and LIMIT entry type.
If you are referring to second leg order then the system will take care of placing the second leg order. You don't have to place it.
The trigger pr…
All the access tokens are flushed at 07:30 AM in the morning. You can try post 07.35 AM.
It is mandatory by the exchange that a user has to manually log in at least once a day. We don't recommend automating login.
One of the scenario wherein order is placed and Kite Trade doesn't get the response from OMS then it will result in request timeout.
In another scenario wherein you got order_id but the order doesn't exist in orderbook then you will see the followin…
You need to send order_type as 'SL-M'.
The trailing stop-loss concept exists only in bracket orders. We don't allow bracket order for options instruments except for Nifty derivatives.
Ideally getting order_id means there is an entry in the orderbook. But at market opening, it is taking time to update orderbook. This is an exception which is being looked into.
We use OMS provided by the Thomson Reuters.
We don't have Sandbox environment yet. We are waiting for APIs from OMS vendor.
As of now, you will have to place orders via a real Kite Connect app post-market hours.
The generateSession API call where you make the post request to get access token seems wrong. You can check out more information here.
All the HTTP calls are authenticated based on the header auth keys from Kite Connect 3.
We don't create order_id. It happens at the OMS.
We send a place order request on behalf of the client at OMS and we get order_id from the OMS.
Even though the order is created, OMS is not returning any data for the first 30 seconds of the market o…
We have stopped supporting older versions of Kite Connect APIs.
We have announced this multiple times on the forum and sent multiple emails also.
You need to migrate to Kite Connect 3 APIs.
You can check out new documentation here.
Can you give more information? Let us know what version of Kite Connect client you are using.
Can you paste the final URL and the raw response you are getting?
If you give all the details needed to debug the issue. It can be resolved soon. Please d…
1. Yes, the user has to log in once then the session will persist until the user logs out manually or until next day.
2. I don't think adding a login page before opening Kite Publisher is a good idea because there, a user will have an option to cre…
@codezed,
This thread was created in JAN 2018 and the promo offer was there for only 30 to 45 days. It is not valid anymore.
On developers console,1 credit is equal to 1 rupee. You need 2000 credits to create a Kite Connect app or renew Kite Connect…
It seems like a bottleneck at core OMS. We have tens of thousands of AMOs being sent at the market opening. But the exchange line has some limit on the number of messages that can be sent wherein each order is a message.
We are thinking of speaking…
@sashiks1009 Not sure what you're comparing against to determine that latency. Far as I can tell, there isn't such latency in the websocket ticks. As long as there is a change in any of the tick params, a new packet is broadcasted.
As for buying/se…
Can you enable debugging as follows,
logging.basicConfig(level=logging.DEBUG) in new version of pykiteconnect?
The above log is not enough for debugging.
We need more details to know what exactly the issue is.
You can enable debugging and paste th…
We don't get the tick for the adjusted close price. Hence we don't have data in Kite Ticker.
We will have to add a new feature to Kite Ticker to show adjusted close price. We will add it to our list.
This is because post-market data is not streamed by the exchange. We are working on integrating this into our system.
Kite will show the last tick data received during the market for now.
This is because post-market data is not streamed by the exchange. We are working on integrating this into our system.
Kite will keep showing the last tick data received during the market for now.
We haven't come across this. The same Kite Ticker is being used on our platforms.
Make sure you are not blocking the main thread where you are listening for ticks.
We had announced that there will be a deadline for migration in this January and we had come up with the deadline almost 45 days before. All the users were informed almost five months prior and the first release of Kite Connect 3.0 as announced in s…