Not getting Live feed for index's I.e NIFTY 50 , BANK NIFTY etc

RS4988
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
    Hi
    Index supports LTP & quote mode.
    Try with LTP or quote mode.
  • RS4988
    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
    Just saw the other blog that feature release you are going support quote for index. thank you..
Sign In or Register to comment.