Got it. Thanks.
So basically, there are two steps that the client application needs to perform.
1. Check if the instrument is allowed for MIS on this link https://api.kite.trade/margins/equity
2. Use the new API to get the margins required.
It wo…
Yes Sujith, the problem is that the new data api is sending the reduced margin for 20MICRON, even when it is not available for MIS, leading to incorrect order placement.
The margin calculation does not take into account securities unavailable for MIS. For instance, 20MICRON gets a 5X multiple for MIS order type.
{'status': 'success', 'data': [{'total': 6.53, 'bo': 0, 'pnl': {'realised': 0, 'unrealised': 0}, 'cash': …
Facing the same issue with MIS margins in Equity. The link does not have updated MIS multipliers.
https://api.kite.trade/margins/equity
I end up underutilising or overutilising my margin because of this.
@sujith