☰
Login
Signup
Home
›
Python client
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
157
Node JS client
41
Go client
798
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
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
August 2016
Kailash
Unable to get quotes for INDIA VIX
suraj
August 2016
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
August 2016
"INDIA VIX" is not a valid tradingsymbol. Do you mean the NFO instrument INDIAVIX16AUGFUT?
Sign In
or
Register
to comment.