☰
Login
Signup
Home
›
Search
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
How to fetch the order status without polling is it from websocket or from the postback callback
by
mnkartik
·
July 2023
As per the this link `https://kite.trade/docs/connect/v3/orders/
#p
lacing-orders`
order execution notification in the python client
by
sujith
·
June 2023
You can use order updates via Websockets API to know any update on the orders.
Not receiving postback
by
rakeshr
·
June 2023
You can check the sample payload response here in the documentation. Here is also the JSON payload mock response.
API/Script to exit all orders from a basket at a specific PNL
by
rakeshr
·
June 2023
is there a Simple API/Script to exit any manually taken orders
Difference between unfilled_quantity and pending_quantity
by
rakeshr
·
May 2023
What are the use cases of on_message callback while using websocket?
How to capture Trade Taken in Terminal using WebSocket
by
rakeshr
·
May 2023
Is there a way to capture the trade taken in Kite Terminal using Web Socket?
Is exiting BUY position in Zerodha same as placing a SELL order?
by
sujith
·
May 2023
Yes, you will be placing sell order. You can refer to the FAQs here for more information.
Python library to query the option chain of all stocks in Indian stock market
by
rakeshr
·
May 2023
Thanks for your contribution. Have added your project under the Python client.
Solution for Reading Ticks and Converting them to 1 minute candle in real time without Database
by
rakeshr
·
April 2023
Thanks @tahseen for your contribution. I have added your project to the curated list for Python clients.
Is it possible to get my P&L statement using connect api for doing analysis
by
rakeshr
·
March 2023
Yes. Go through the portfolio documentation here.
Improper POSTback JSON format for the Order Updates Webhook
by
rakeshr
·
February 2023
Below is how the actual Payload is coming, Can someone from Kite check and fix this?:
How to get live p&l??
by
rakeshr
·
February 2023
Go through the Positions FAQs.
How to place an FnO regula order with stoploss and target
by
sujith
·
February 2023
It is an exclusive feature for Kite web and app.
Kite.Positions
by
rakeshr
·
February 2023
Go through the position API FAQs here.
Alternate for polling Kite.Orders API
by
sujith
·
February 2023
You can use postbacks or order updates via websocket as an event to fetch latest orderbook and check status and filled quantity field.
How to place buy order,stoploss order and target order simultaneously
by
sujith
·
January 2023
You can use place order API and GTT API to do that.
Can we listen on order_id for a change in status similar to how we listen on instrument_token?
by
sujith
·
November 2022
You can listen to order update on websockets API and use that as an event to fetch orderbook and check the latest status of an order.
Getting error on Order Placing ” Request method not allowed”
by
sujith
·
November 2022
You can refer to the order placement params here.
Buying Derivatives
by
sujith
·
October 2022
@naveen278,
Does kite.positions() show the overnight contract held on the current day?
by
sujith
·
October 2022
Positions API has no relation to orderbook, it just shows account's mark to market at the moment.
Previous
Next