☰
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
13.9K
All Categories
0
Incidents
156
Node JS client
40
Go client
793
.Net API client
380
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
998
Java client
1.1K
API clients
404
PHP client
4K
Python client
347
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
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.