Why fyers Api and fyers chart showing wrong

I am checking the price of symbols if the 1 min candle open = low, but I am getting wrong values, I dont know whats the reason, please anyone can tell me what should I do ? I am using the fyersapiv3 and using python code to get the results.

Checking stocks where Open = Low in the 09:15 candle on 2025-07-25…

NSE:BAJFINANCE-EQ @ 09:15:00 → Open: ₹903.25, Low: ₹903.25

NSE:BALKRISIND-EQ @ 09:15:00 → Open: ₹2721.5, Low: ₹2717.1

NSE:BANDHANBNK-EQ @ 09:15:00 → Open: ₹182.9, Low: ₹182.61

NSE:BANKBARODA-EQ @ 09:15:00 → Open: ₹246.25, Low: ₹246.25

:white_check_mark: Stocks where Open = Low in 09:15 candle:

NSE:BAJFINANCE-EQ → ₹903.25

NSE:BANKBARODA-EQ → ₹246.25

Hi @110658616405613030868,

You might be fetching this data from the socket and storing it. There may be an issue in your logic or formula to filter Open = Low

To verify the OHLC values, you can cross-check using the History API with a 1 min resolution.