☰
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
11.1K
All Categories
69
Node JS client
21
Go client
648
.Net API client
312
Kite Publisher
513
.Net / VBA / Excel (3rd party)
350
Algorithms and Strategies
837
Java client
845
API clients
368
PHP client
3K
Python client
298
Mobile and Desktop apps
1.1K
Market data (WebSockets)
2.7K
General
In this Discussion
June 10
prince7
June 10
sujith
Finding no. Of trades
prince7
June 9
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 10
edited June 10
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 10
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 10
Level-2 data is more like a snapshot data. You can go through
this
thread once.
prince7
June 10
Thanks,
@sujith
After reading this I understand that it's not possible with snap data.
This discussion has been closed.