Unable to get quotes for INDIA VIX

suraj
suraj edited August 2016 in Python client
Hi,

I am trying to get the quotes for 'INDIA VIX' by requesting like this

quote = kite.quote('NSE','INDIA VIX')

its returning a dict which looks like below

{'change_percent': 0.0, 'open': 0, 'last_price': 0, 'change': 0.0, 'close': 0}

Can anybody please tell me why am I getting 0s? What's wrong with my code?

Thanks.

  • Kailash
    "INDIA VIX" is not a valid tradingsymbol. Do you mean the NFO instrument INDIAVIX16AUGFUT?
Sign In or Register to comment.