☰
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
13.9K
All Categories
0
Incidents
156
Node JS client
40
Go client
793
.Net API client
380
Kite Publisher
537
.Net / VBA / Excel (3rd party)
458
Algorithms and Strategies
998
Java client
1.1K
API clients
404
PHP client
4K
Python client
347
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.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.