Hi @Hardik
In Trading History API, could you please add the field ‘tradingSymbol’ with proper instrument symbol as value? Currently this field is not populating in the API response. Even in the API Doc, response has this field null.
[
{
“dhanClientId”: “1000000001”,
“orderId”: “212212307731”,
“exchangeOrderId”: “76036896”,
“exchangeTradeId”: “407958”,
“transactionType”: “BUY”,
“exchangeSegment”: “NSE_EQ”,
“productType”: “CNC”,
“orderType”: “MARKET”,
“tradingSymbol”: null,
“customSymbol”: “Tata Motors”,
“securityId”: “3456”,
“tradedQuantity”: 1,
“tradedPrice”: 390.9,
“isin”: “INE155A01022”,
“instrument”: “EQUITY”,
“sebiTax”: 0.0004,
“stt”: 0,
“brokerageCharges”: 0,
“serviceTax”: 0.0025,
“exchangeTransactionCharges”: 0.0135,
“stampDuty”: 0,
“createTime”: “NA”,
“updateTime”: “NA”,
“exchangeTime”: “2022-12-30 10:00:46”,
“drvExpiryDate”: “NA”,
“drvOptionType”: “NA”,
“drvStrikePrice”: 0
}
]
Thanks and Regards
Suman K Jana