Does historical candle data gives data points up until last minute of the trade history

immathanr
From the documentation, it's very clear that we can get information till the date of access. But let's say I request historical data for `minute` level at 11:02 AM on 28th May, will I get data point for 11:01 AM on 28th. Basically, does historical data point API provide access till the last minute of the trade?
Tagged:
  • sujith
    The historical data provided by Kite Connect is only for backtesting purposes. You will have to generate candles at your end for live market strategies. You may get started here.
Sign In or Register to comment.