Get days close price on same day

araj
Hi, I see that the 'close' price on the api is from the previous days data. From this thread, it is mentioned that todays closing price can be obtained in the next day at around 8 am.

Is its possible to get the close data on the same day itself ?

I am fairly new to this, so could you point me to how this close price is determined ? As it is not available in the api, would it be possible to compute the close price ?
  • Arockiya_r
    The closing price of a stock on the exchange is calculated as the volume-weighted average price (VWAP) of all trades executed during the last 30 minutes of the trading session. You can read about VWAP here. You may calculate it using API but may not be accurate as you do not get tick-by-tick data via API. You can close price on the same day in exchange bhavcopy.
  • araj
    Thanks for the info @Arockiya_r . Is there a way to get the bhavcopy day via api ?
  • Arockiya_r
    You can see all NSE bhavcopy here. It is not possible to get same-day close via the Kite Connect API at the moment.
  • sujith
    You may download BHAV copy from the NSE website.
Sign In or Register to comment.