☰
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
Margin %- where to find it?
by
rakeshr
·
August 2021
Can I get margin data without placing an order?
co_lower & co_upper data missing in margins data
by
rakeshr
·
August 2021
You can use order margin API to know about co margin requirement.
not able to trap orders status
by
rakeshr
·
July 2021
You can go through the API response structure here. A successful response structure will return the status key with the value success.
Infinite loop calls for kite orders
by
rakeshr
·
July 2021
You can go through order rate limit FAQs here. what is account-level risk check Kite has?
GTT placed by python client failing to execute sell
by
rakeshr
·
June 2021
{'transaction_type': kite.TRANSACTION_TYPE_SELL,'quantity':stock.get('quantity'),'order_type' : kite.ORDER_TYPE_LIMIT,
Is there any limit for placing Intraday orders(Regular MIS, CO, BO) using Kite Connect API ?
by
rakeshr
·
June 2021
Yes, you can go through orders FAQs here.
Unable to place GTT order
by
rakeshr
·
June 2021
"order_type":kite.ORDER_TYPE_SL,
Order not completed, getting status : Validation Pending
by
rakeshr
·
May 2021
After Validation pending, the order goes to open pending at exchange. You can refer to this documentation to understand order cycle.
Bracket Orders in Zerodha
by
rakeshr
·
May 2021
You can go through order placement FAQs here.
Query For Order Cancel
by
rakeshr
·
May 2021
You can go through Order placement FAQs here.
Error when placing order - Incorrect `api_key` or `access_token`
by
rakeshr
·
March 2021
exception occured:Invalid `api_key` or `access_token`.
getMarginCalculation() giving wrong result for Cover Order
by
rakeshr
·
February 2021
@sudipto
Order history api for MKT SELL order
by
rakeshr
·
January 2021
@sagaranilganu I have a scenario where I make a MKT SELL order for Nifty options with huge quantity say 6000
Order Status
by
milli
·
January 2021
Suppose I have placed an AMO order, the status is shown as AMO REQUEST RECEIVED . But as per the documentation present at https://kite.trade/docs/connect/v3/orders/
#or
der-statuses , the status could b
Margin calculation python
by
D_coder
·
December 2020
I am trying to get margin for an instrument using this
Open Positions to be closed
by
rakeshr
·
October 2020
@Srikrishna_Rowthu If a position netQuantity is zero, that position is supposed to be closed?
Kite Connect API - Update
by
rakeshr
·
September 2020
@neel2323 Will the margin computation api help with determining the mis multipliers that I see on (https://zerodha.com/margin-calculator/Equity/)?
List of order status
by
rakeshr
·
September 2020
And it moves to OPEN --> COMPLETE through the MODIFY route....when I changed the Order Type to "Market".
Why there is no OPEN order status in order status constants
by
rakeshr
·
August 2020
Why there is no OPEN order status in order status constants
BUG: Order COMPLETE update comes before Order OPEN notification
by
vijoeyz
·
July 2020
What is UPDATE status? It is not documented in https://kite.trade/docs/connect/v3/orders/
#or
der-statuses
Previous
Next