What is the difference in the keys: net and day in kite.positions()

Rekha
When I use kite.positions() it sends a dictionary that contains two keys: net and day. each key has a value which is list.

Can you please tell me what exactly is the difference between these two key values? Do they contain only open positions or holdings too?

Thanks in advance
  • SRIJAN
    SRIJAN edited August 2022
    You should read the documentation:

    https://kite.trade/docs/connect/v3/portfolio/#positions
  • Rekha
    Thanks Srijan

    "The positions API returns two sets of positions, net and day. net is the actual, current net position portfolio, while day is a snapshot of the buying and selling activity for that particular day. This is useful for computing intraday profits and losses for trading strategies."
Sign In or Register to comment.