☰
Login
Signup
Home
›
Kite Publisher
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
14K
All Categories
0
Incidents
156
Node JS client
40
Go client
794
.Net API client
383
Kite Publisher
537
.Net / VBA / Excel (3rd party)
460
Algorithms and Strategies
1K
Java client
1.1K
API clients
404
PHP client
4K
Python client
348
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
January 2020
mohitsx11
January 2020
sujith
Not able to find Volume of Stocks in Kite Ticker
mohitsx11
January 2020
in
Kite Publisher
Hi All,
I am not able to find the Volume field in Kite Ticker Websocket for the stock.
Here is an example which i am getting from Ticker.
Ticks [ { tradable: false,
mode: 'quote',
instrument_token: 259849,
last_price: 16324.2,
ohlc:
{ high: 16377.15, low: 16226.9, open: 16238.15, close: 16225.9 },
change: 0.605821556893615 } ]
Please help urgent!
Tagged:
kiteticker
sujith
January 2020
This looks like a non-tradable instrument as mentioned in the first field.
People don't trade indices, only derivatives of the index are traded. Hence, you won't see the volume for this.
mohitsx11
January 2020
Thanks for the response
@sujith
, but if i need the volume to calculate the small cap, mid cap, large cap.... please help me with this. Thanks in advance..
sujith
January 2020
You can only find the volume for the derivatives of these indices and not indices.
Sign In
or
Register
to comment.
People don't trade indices, only derivatives of the index are traded. Hence, you won't see the volume for this.