An error occurred while fetching positions: Expecting value: line 1 column 1 (char 0) Raw data

naveenarya
Expecting value: line 1 column 1 (char 0)

Raw data: {'net': [{'tradingsymbol': 'FINNIFTY2442321200CE', 'exchange': 'NFO', 'instrument_token': 12946690, 'product': 'NRML', 'quantity': 40, 'overnight_quantity': 40, 'multiplier': 1, 'average_price': 126, 'close_price': 139.4, 'last_price': 169, 'value': -5040, 'pnl': 1720, 'm2m': 1184, 'unrealised': 1720, 'realised': 0, 'buy_quantity': 40, 'buy_price': 126, 'buy_value': 5040, 'buy_m2m': 5576, 'sell_quantity': 0, 'sell_price': 0, 'sell_value': 0, 'sell_m2m': 0, 'day_buy_quantity': 0, 'day_buy_price': 0, 'day_buy_value': 0, 'day_sell_quantity': 0, 'day_sell_price': 0, 'day_sell_value': 0}], 'day': []}


An error occurred while fetching positions:

kindly help
thanks
  • rakeshr
    Expecting value: line 1 column 1 (char 0)
    This seems to be a Python JSON decoder error. Make sure, you are parsing the proper JSON response.
Sign In or Register to comment.