Can I get intraday candlestick data for 1 minute, 5 minutes, 1 hour.... daily in live market session between 9.15 AM to 3.30 PM using Historical API. e.g If I request API for 1-hour candlestick data at 10:16 AM. Can I get it using Historical API for a 9.15-hour candle?
If I request API for 1-hour candlestick data at 10:16 AM. Can I get it using Historical API for a 9.15-hour candle?
Yes, you can but it's not recommended to fetch Historical data for live market strategies. The historical data API is provided for backtesting purposes only. You can go through this thread to know more on this.