@smalgo Thank you!
@admin Could you please escalate this to your team as soon as possible?
This issue is breaking our algo and impacting live trading. Stability is critical — we’d much prefer things to be reliable rather than having to firefight during market hours.
It appears to be a widespread issue. On our end, all F&O instruments are affected — the API is returning only the base symbol instead of the full contract identifier (TRADINGSYMBOL).
We’d really appreciate urgent attention to this.
New Response
{
"status": true,
"message": "SUCCESS",
"errorcode": "",
"data": {
"fetched": [
{
"exchange": "NFO",
"tradingSymbol": "PNB",
"symbolToken": "52500",
"ltp": 110.61,
"open": 108.94,
"high": 110.69,
"low": 108.94,
"close": 108.56,
Old Response
{
"status": true,
"message": "SUCCESS",
"errorcode": "",
"data": {
"fetched": [
{
"exchange": "NFO",
"tradingSymbol": "CUB26SEP24140PE",
"symbolToken": "108288",
"ltp": 0.15,
"open": 0.2,
"high": 0.2,
"low": 0.15,
"close": 0.15,
"lastTradeQty": 15000,t