☰
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
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.
kite.history response after position conversion
by
rakeshr
·
October 2022
the product type received from kite.history() API call is same. It should be converted into new product type. Also, it is not refreshed into the orderbook.
Fetching new orders automatically
by
sujith
·
October 2022
You will have to listen to order updates on the websocket API. You can know more here.
Postback Response Type
by
GMM
·
September 2022
https://kite.trade/docs/connect/v3/postbacks/
#p
ayload-attributes
Postback URL order status updates
by
rakeshr
·
September 2022
In the meantime, there can be many use cases that can use the postback url.
Previous
Next