curl --location --request GET 'http://localhost:8100/floorsheetAnalytics/floorsheet-analytics/broker//stocks?days&symbol&limit'{
"code": 0,
"result": {
"brokerCode": "string",
"fromDate": "string",
"toDate": "string",
"stocks": [
{
"brokerCode": "string",
"symbol": "string",
"buyQty": 0,
"buyAmount": 0,
"buyCount": 0,
"sellQty": 0,
"sellAmount": 0,
"sellCount": 0,
"netQty": 0,
"netAmount": 0
}
]
},
"error": "string"
}