Problem with instrument depth data

rajarshi
I am using KITE PHP client. The data I get from market.quote api for particular Instruments are not updating that frequently. net_change value always comes as "0". High, Low, Open, Close values from ohlc seems not changing at all. Only the LTP is what is changing frequently.
Can any one help me out why this happening? I am using PHP client and testing with instruments like ZEEL, INDIGO, INDUSINDBK, BAJAJFINSV , etc.
Urgent help needed.
Thanks in advance
  • sujith
    The quote call will return OHLC value of the day and not a minute or 5-minute intervals. The change value is always 0 since the exchange feed sends the value as 0.

    You can refer to this thread to know how to calculate change.
Sign In or Register to comment.