Getting Intraday PnL using Kite Websocket API

SJ2994
Can you please provide me the code how I can get intraday PnL data using WebSocket API. I tried but did not work. Please help.
  • ANL
    ANL edited March 10
    check this thread: Position API
    Python client : pykiteconnect
    Doing it with WS requires more tasks. you have to subscribe to ticks and then store them in the DB, but using the Position API, you can just call the API to get PNL.
Sign In or Register to comment.