Data Websocket prev_close_price, Ch and Chp are Wrong Today

Today data websocket response wrong data check following test data..
check following response, what is the issue? are data socket data are real? what’s going on?

{
TEST: {
symbol: 'NSE:NIFTYHEALTHCARE-INDEX',
ltp: 16669,
prev_close_price: 0,
exch_feed_time: 1787822296,
high_price: 16728,
low_price: 16579.9,
open_price: 16626.75,
ch: 16669,
chp: Infinity,
type: 'if'
}
}
{
TEST: {
symbol: 'NSE:FINNIFTY-INDEX',
ltp: 26354,
prev_close_price: 26386.8,
exch_feed_time: 1787822296,
high_price: 26494.9,
low_price: 26312.5,
open_price: 26445.35,
ch: -32.8,
chp: -0.12,
type: 'if'
}
}
{
TEST: {
symbol: 'NSE:NIFTYPVTBANK-INDEX',
ltp: 27837.25,
prev_close_price: 100,
exch_feed_time: 1787822296,
high_price: 27924.95,
low_price: 27715.85,
open_price: 27820.4,
ch: 27737.25,
chp: 27737.25,
type: 'if'
}
}

Hi Vishal, thanks for highlighting this with the detailed information. I’m personally following this up with the team. Please give me some time to check the details, and I’ll update you soon.

Hi @114802498256746539803, thanks for highlighting this with the detailed data. The issue was related to previous close data for a few non-tradable indices from our vendor, and it has now been resolved.

Could you please check it once and confirm?