☰
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.8K
All Categories
0
Incidents
152
Node JS client
39
Go client
792
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
992
Java client
1.1K
API clients
402
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
November 2017
mvbhide
November 2017
sujith
Margin used on a particular trade
mvbhide
November 2017
in
General
I would like to know if there is any way to retrieve margin used on any particular trade ?
Tagged:
Margin
sujith
November 2017
We don't have a feature to know margin used for a particular trade. There is an average_price for each order and position, you can multiply average_price with quantity.
mvbhide
November 2017
@sujith
My bad for the incomplete question. My question was more related to the leveraged margin used for MIS/BO/CO orders
sujith
November 2017
We only provide data for calculating margins which you can get using the following endpoints,
https://api.kite.trade/margins/futures
https://api.kite.trade/margins/equity
https://api.kite.trade/margins/commodity
https://api.kite.trade/margins/currency
You need to do calculations at your end.
Sign In
or
Register
to comment.
https://api.kite.trade/margins/futures
https://api.kite.trade/margins/equity
https://api.kite.trade/margins/commodity
https://api.kite.trade/margins/currency
You need to do calculations at your end.