API subscription vs historical subscription

subbalaj
Newbie here.
I recently subscribed to kite api. Is this for live ticks only or for the full day itself. For example if i login at 11.00 hrs, will i be able to access price data from 09.00 hrs? Yesterday is historical, but today ?
  • sujith
    Websocket API only provides live market data. You can check out documentation to know more. The other APIs like OHLC, LTP, Quote also provide the latest data only.

    For using a historical data API, you need a separate subscription. You can checkout documentation here.

    For live market strategies, you can use websocket data and generate candles at your end. You can get started here.
Sign In or Register to comment.