In order to debug, I tried with old symbol NSE:RNAM and it returns me quote for NAM-INDIA. { 'NSE:RNAM': { instrument_token: 91393, timestamp: 2020-01-28T05:45:11.000Z, last_trade_time: 2020-01-28T05:44:57.000Z, last_price: 368.5, last_quantity: 14, buy_quantity: 163984, sell_quantity: 331841, volume: 529542, average_price: 369.38, oi: 0, oi_day_high: 0, oi_day_low: 0, net_change: 0, lower_circuit_limit: 293.2, upper_circuit_limit: 439.8, ohlc: { open: 370, high: 372.8, low: 365.5, close: 366.5 }, depth: { buy: [Array], sell: [Array] } } }
The issue seems to be in only in the quote API as Historical API is working fine with this symbol change. Kindly see if the names are updated in the back-end for quote API, or let me know if there is any change i need to do in fetching the updated symbol. Thanks!