☰
Login
Signup
Home
›
Algorithms and Strategies
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
June 2022
prince7
June 2022
sujith
Finding no. Of trades
prince7
June 2022
in
Algorithms and Strategies
Can anyone help me to find out no. of trades executed in a given interval? Can we find it out using tick data anyhow
Tagged:
python
sujith
June 2022
edited June 2022
The market data on Kite Connect is level-2 data. You will need tick by tick data to calculate this. You may use last traded quantity field. You can contact any exchange registered data vendor.
prince7
June 2022
Thanks, Sujit. your comment is really helpful. Just need one more clarification. Can we use market depth to find no of orders executed?
sujith
June 2022
Level-2 data is more like a snapshot data. You can go through
this
thread once.
prince7
June 2022
Thanks,
@sujith
After reading this I understand that it's not possible with snap data.
This discussion has been closed.