☰
Login
Signup
Home
›
General
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
14K
All Categories
0
Incidents
157
Node JS client
41
Go client
795
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
407
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
November 2017
sujith
Attrtibutes of https://api.kite.trade/margins/equity
krtrader
November 2017
in
General
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
November 2017
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.
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.