Attrtibutes of https://api.kite.trade/margins/equity

krtrader
Hi,
Could you please what is co_lower, co_upper and mis_margin in the json returned by https://api.kite.trade/margins/equity?

{
"margin":0,
"co_lower":3.0,
"mis_multiplier":14.0,
"tradingsymbol":"IDBI",
"co_upper":3.5,
"nrml_margin":0,
"mis_margin":7.0
}

is it possible to calculate BO/CO Leverage using any API?

  • sujith
    Hi,
    You can check out this thread for pseudo code.
    co_lower and co_upper will give you the minimum and maximum value for trigger price while placing a cover order.
Sign In or Register to comment.