About historical data - Kite Connect API

dhana916
Hi,
I am going through some documentation on Kite Connect API. For historical data, It allows only for intervals like minute, day, 3minute...etc. One minute time interval is really huge and lot could happen in one minute, can not avoid for better trading experience.

Do you have any support which allow us to get each and ever tick for a particular trading symbol, quite expected to query historical data too for all ticks ?
  • tonystark
    For such requirements, Ticker is the most recommended way to fetch data. Historical API is meant for fetching "historical" data of stocks.
  • dhana916
    dhana916 edited June 2018
    @tonystark, hopping i can get historical ticks using Ticker. could you refer some docs ?
  • sujith
    @dhana916,
    We don't store tick data at our end. You can only fetch candles data of the different interval from historical data API and websockets is only for live market data.
    You can check out more about it here.
Sign In or Register to comment.