Same OHLC values in kite.quote function

khannavivek
khannavivek edited May 2021 in Python client
Hi,

I have appended kite.quote data in a DataFrame, but what I have observed I am getting same OHLC values for all the symbols across all the rows,

Attaching screenshot for reference:
Quote data fetched for NSE:IDEA every minute.



Can someone please help me with this,
Other values are changing in quote function response, LTP, volume and bid, but OHLC doesn't seem reliable.
  • khannavivek
    @sujith can you please help on this.
  • rakeshr
    Other values are changing in quote function response, LTP, volume and bid, but OHLC doesn't seem reliable.
    OHLC value won't change at every minute/second, as these are values for the day. We have to look for last_price, which determines current market price. You can check all Quote attribute detail here.
Sign In or Register to comment.