{
"fromDate": "string",
"toDate": "string",
"totalBuyQty": 0,
"totalSellQty": 0,
"totalAmount": 0,
"totalTransactions": 0,
"topAccumulatedStocks": [
{
"symbol": "string",
"buyQty": 0,
"sellQty": 0,
"netQty": 0,
"buyAmount": 0,
"sellAmount": 0,
"totalAmount": 0,
"buySellRatio": 0,
"brokerCount": 0
}
],
"topDistributedStocks": [
{
"symbol": "string",
"buyQty": 0,
"sellQty": 0,
"netQty": 0,
"buyAmount": 0,
"sellAmount": 0,
"totalAmount": 0,
"buySellRatio": 0,
"brokerCount": 0
}
],
"topTurnoverStocks": [
{
"symbol": "string",
"buyQty": 0,
"sellQty": 0,
"netQty": 0,
"buyAmount": 0,
"sellAmount": 0,
"totalAmount": 0,
"buySellRatio": 0,
"brokerCount": 0
}
],
"topBuyerBrokers": [
{
"brokerCode": "string",
"buyQty": 0,
"sellQty": 0,
"netQty": 0,
"buyAmount": 0,
"sellAmount": 0,
"totalAmount": 0,
"stockCount": 0
}
],
"topSellerBrokers": [
{
"brokerCode": "string",
"buyQty": 0,
"sellQty": 0,
"netQty": 0,
"buyAmount": 0,
"sellAmount": 0,
"totalAmount": 0,
"stockCount": 0
}
]
}