Discrepancy in last traded price returned by websocket

Hello,

I was trying to fetch data using websocket. Data returned by websocket is incorrect for many scrips.
For example last traded price of Mangalam Global Enterprise Ltd as of Dec 6 end of the day is 16.5.
But below is the data returned by websocket. As per that ltp is 47.05
{‘feeds’: {‘NSE_EQ|INE0APB01016’: {‘ltpc’: {‘ltp’: 47.05, ‘ltt’: ‘1660818084000’, ‘ltq’: ‘1’, ‘cp’: 214.2}}}}

Last traded price of Goyal Aluminiums Ltd as of Dec 6th EOD is 8.66
But below is the data returned by websocket. As per that ltp is 390.6
{‘feeds’: {‘NSE_EQ|INE705X01018’: {‘ltpc’: {‘ltp’: 390.6, ‘ltt’: ‘1682332193000’, ‘ltq’: ‘7’, ‘cp’: 387.45}}}}

Can you please suggest?

The ISIN numbers provided in the aforementioned websocket do not correspond to the specified company names. This results in a mismatch where subscriptions are made to incorrect ISINs while verification is attempted against the correct symbols.

Here are the correct ISIN values:

Do reach out if you still face problem.

1 Like

Thank you for the reply. I will check it again