How to derive exact day opening price from Kiteconnect API tick data?

AM1979
Please help me on this.

I have subscribed for API tick data for all NIFTY 50 Instruments. How do I get the exact day opening price for a stock from the API tick data matching with Kite.connect and Mobile app and NSE site opening price?

I know the solution is simple, but I'm just not seeing it. I did my best to search for the same. But find it answered nowhere.

Please help me on this.
  • AM1979
    AM1979 edited September 2
    The API matches the current price, but it is the day opening price which I find confusing.
  • rakeshr
    How do I get the exact day opening price for a stock
    You can use OHLC quote APIs, and get the open price for the day.
  • AM1979
    You can use OHLC quote APIs, and get the open price for the day.
    But OHLC exists in the tick data too.
  • rakeshr
    But OHLC exists in the tick data too.
    Yes. If you are looking to continuously consume the tick stream, you can do the same(quote or full mode). But, if you are looking to just get the open price, you can use Quote APIs.
Sign In or Register to comment.