Do we get full data in historical api?

sagarneo
If I subscribe to historical api, will I get full tick by tick historical data or just ltp of some interval?
  • Imran
    Imran edited October 2018
    historical api provides ohlcv data for 1,5,15,60, day intervals
    for tick data we can store it at our own end during live market hours
  • npchoubey
    How do we get weighted average price for current day as well for historic days?
  • Imran
    Hii @npchoubey
    Kite Connect is purely an execution platform. Strategies have to be written at our own end.
  • npchoubey
    Thanks, I understood.
    Will Tick data or LTP does give volume. ? Unless I get voulume for each transiction making average price will not be possible. My understanding could be wrong.
  • Imran
    Hii @npchoubey
    Yes tick data gives total volume .
    To get current volume of the tick use
    (Volume in this tick)-(volume in previous tick)
Sign In or Register to comment.