code is kite = KiteConnect(api_key=api_key) kite.set_access_token(access_token) positions = kite.positions() Response is "netday" , in my account I have 12 qty bankbaroda open position
can you please show me python api function how to change in my code to fetch intraday position , I need to fetch position for cash and future symbols symbols
If it is overnight then you need to look at net positions.
I need to fetch position for cash and future symbols symbols
[
"net",
"day"
]