☰
Login
Signup
Home
›
General
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
October 2018
npchoubey
October 2018
Imran
Do we get full data in historical api?
sagarneo
October 2018
in
General
If I subscribe to historical api, will I get full tick by tick historical data or just ltp of some interval?
Tagged:
historical API
general
Imran
October 2018
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
October 2018
How do we get weighted average price for current day as well for historic days?
Imran
October 2018
Hii
@npchoubey
Kite Connect is purely an execution platform. Strategies have to be written at our own end.
npchoubey
October 2018
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
October 2018
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.
for tick data we can store it at our own end during live market hours
Kite Connect is purely an execution platform. Strategies have to be written at our own end.
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.
Yes tick data gives total volume .
To get current volume of the tick use
(Volume in this tick)-(volume in previous tick)