☰
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
12.5K
All Categories
100
Node JS client
35
Go client
741
.Net API client
345
Kite Publisher
528
.Net / VBA / Excel (3rd party)
411
Algorithms and Strategies
920
Java client
958
API clients
389
PHP client
3.5K
Python client
318
Mobile and Desktop apps
1.2K
Market data (WebSockets)
3K
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.