For each day which API I can use for getting P&L for current day trades which are placed today?
Hello @Mohammad_Zuha_Khalid,
You can utilize the Get Trades for the Day API to retrieve all trades for the day and calculate the profit and loss from that data.
Additionally, you may use the Get Profit and Loss API with the appropriate date range to obtain the profit and loss report over a specific period.
Thank you.