kite.positions() returns incorrect day_sell_price for MCX position?

stati
I had one open position on GOLDM25JUL99000CE from yesterday. I opened one more short SELL today.
Below is the output I get from kite.positions(). 'average_price' == 800, 'last_price' = 677 are correct. Why is 'day_sell_price' = 6200? It should be 620.

{'tradingsymbol': 'GOLDM25JUL99000CE', 'exchange': 'MCX', 'instrument_token': 117045767, 'product': 'NRML', 'quantity': -2, 'overnight_quantity': -1, 'overnight_price': 0, 'overnight_value': 9800, 'multiplier': 10, 'average_price': 800, 'close_price': 502, 'last_price': 677, 'value': 16000, 'pnl': 2460, 'm2m': -2320, 'unrealised': 2460, 'realised': 0, 'buy_quantity': 0, 'buy_price': 0, 'buy_value': 0, 'buy_m2m': 0, 'sell_quantity': 2, 'sell_price': 800, 'sell_value': 16000, 'sell_m2m': 11220, 'day_buy_quantity': 0, 'day_buy_price': 0, 'day_buy_value': 0, 'day_sell_quantity': 1, 'day_sell_price': 6200, 'day_sell_value': 6200}
  • Nivas
    We're checking on this and will provide an update shortly.
Sign In or Register to comment.