OHLC is not updated

Dexter
I am trying to fetch OHLC for all NSE:ADANIPORTS stock using quotes function as

$stock_list = array(
"NSE:ADANIPORTS"
);
$quotes = $kite->getQuote($stock_list);


The prices I am getting are
O 405.1 H 409.25 L 402 C 404
These are different from the prices I am getting from other sources or even Zerodha Kite. Is there a particular reason for this?

Tagged:
  • sujith
    Hi @Dexter,
    The OHLC of an instrument is day's values which are displayed in marketdepth of the Kite. It is not minute OHLC values.
Sign In or Register to comment.