☰
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.2K
All Categories
0
Incidents
159
Node JS client
45
Go client
802
.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
350
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.