☰
Login
Signup
Home
›
.Net / VBA / Excel (3rd party)
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
14.1K
All Categories
0
Incidents
158
Node JS client
43
Go client
801
.Net API client
386
Kite Publisher
538
.Net / VBA / Excel (3rd party)
466
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
April 2017
RS4988
April 2017
botany02
Not getting Live feed for index's I.e NIFTY 50 , BANK NIFTY etc
RS4988
April 2017
in
.Net / VBA / Excel (3rd party)
Hi ,
I am using Dot,net Kite-Core Sample application and using SubscribeTokens method to subscribe and NIFTY 50 and Bank NIFYT, But not getting the live feed. But its works fine EQ and other Options scripts as well.
FYI
instrument_token exchange_token tradingsymbol name last_price expiry strike tick_size lot_size instrument_type segment exchange
260105 1016 NIFTY BANK NIFTY BANK 0.0 0.0 0.0 0 EQ NSE-INDICES NSE
256265 1001 NIFTY 50 NIFTY 50 0.0 0.0 0.0 0 EQ NSE-INDICES NSE
stream.SubcribeTo("260105", "full");
stream.SubcribeTo("256265", "full");
What could be issue. Please check once
Regards
RS4988
botany02
April 2017
Hi
Index supports LTP & quote mode.
Try with LTP or quote mode.
RS4988
April 2017
Hi ,
Thank you for quick response. i am able get live data when i subscribe for ltp. but quote still not working.
FYI
stream.SubcribeTo("260105", "ltp"); // working
stream.SubcribeTo("256265", "ltp"); // working
stream.SubcribeTo("260105", "quote"); // Not working
stream.SubcribeTo("256265", "quote"); // Not working.
Time being ltp data is enough for my implementation. But please check once as when you get some free time on quote mode as well.
Thank you so much .
Anjaneya Reddy K.
RS4988
April 2017
Just saw the other blog that feature release you are going support quote for index. thank you..
Sign In
or
Register
to comment.
Index supports LTP & quote mode.
Try with LTP or quote mode.
Thank you for quick response. i am able get live data when i subscribe for ltp. but quote still not working.
FYI
stream.SubcribeTo("260105", "ltp"); // working
stream.SubcribeTo("256265", "ltp"); // working
stream.SubcribeTo("260105", "quote"); // Not working
stream.SubcribeTo("256265", "quote"); // Not working.
Time being ltp data is enough for my implementation. But please check once as when you get some free time on quote mode as well.
Thank you so much .
Anjaneya Reddy K.