Skip to main content

Get report

Get report of member share portfolio.

base_url/graphql/member-signin-services

Request#

query{  get_report{        netposition_pnl,        transaction_charges{            sebi_charges,            seq_turnover,            stamp_duty_charges,            state_gst,            state_gst_on_tran_charges,            charges,            central_gst,            state_gst_on_brokerage,            other_details        }        total_details{            buy_qty,                 buy_value,            sell_qty,            sell_value,            net_qty,            net_value,            net_avg,            profit_loss         }        client_scrips{            symbol,            data_type,            exchange_name,            scrip_name,            buy_qty,            buy_lot,            buy_value,            buy_avg,            sell_qty,            sell_lot,            sell_value,            sell_avg,            net_qty,            net_lot,            net_value,            net_avg,            market_rate,             market_value,            profit_loss              }       }   }

Response#

{  "data": {    "get_report": {      "netposition_pnl": null,      "transaction_charges": {        "sebi_charges": "3.48",        "seq_turnover": 11496347.55,        "stamp_duty_charges": "240",        "state_gst": null,        "state_gst_on_tran_charges": null,        "charges": 4041.73,        "central_gst": null,        "state_gst_on_brokerage": null,        "other_details": null      },      "total_details": {        "buy_qty": "67866",        "buy_value": "6811687.35",        "sell_qty": "67993",        "sell_value": "6918997.15",        "net_qty": "-127",        "net_value": "107309.8",        "net_avg": null,        "profit_loss": "-14767.03"      },      "client_scrips": [        {          "symbol": "symbol",          "data_type": "datatype",          "exchange_name": "BSE",          "scrip_name": "ADANIPORTS",          "buy_qty": "2",          "buy_lot": null,          "buy_value": "1345.4",          "buy_avg": "672.7",          "sell_qty": "1",          "sell_lot": null,          "sell_value": "671.35",          "sell_avg": "671.35",          "net_qty": "1",          "net_lot": null,          "net_value": "-674.05",          "net_avg": "-674.05",          "market_rate": "660.1",          "market_value": null,          "profit_loss": "-13.95"        },        {          "symbol": "symbol",          "data_type": "datatype",          "exchange_name": "BSE",          "scrip_name": "ADANIPOWER",          "buy_qty": null,          "buy_lot": null,          "buy_value": null,          "buy_avg": null,          "sell_qty": null,          "sell_lot": null,          "sell_value": null,          "sell_avg": null,          "net_qty": null,          "net_lot": null,          "net_value": null,          "net_avg": null,          "market_rate": null,          "market_value": null,          "profit_loss": null        },        {          "symbol": "symbol",          "data_type": "datatype",          "exchange_name": "BSE",          "scrip_name": "APTECHT",          "buy_qty": "50",          "buy_lot": null,          "buy_value": "11750",          "buy_avg": "235",          "sell_qty": "50",          "sell_lot": null,          "sell_value": "11490",          "sell_avg": "229.8",          "net_qty": null,          "net_lot": null,          "net_value": "-260",          "net_avg": null,          "market_rate": "278.55",          "market_value": null,          "profit_loss": "-260"        }      ]    }}