☰
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.4K
All Categories
0
Incidents
167
Node JS client
47
Go client
815
.Net API client
393
Kite Publisher
540
.Net / VBA / Excel (3rd party)
471
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.2K
Python client
355
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.5K
General
In this Discussion
January 2018
abhivin123
Unable To Fetch Quotes
abhivin123
January 2018
edited January 2018
in
Python client
Unable to fetch quotes at all ... Even after 10 retries.
Traceback (most recent call last):
File "./firecom.py", line 92, in
quote = kite.quote("NFO",tradingsymbol)
File "/usr/local/lib/python2.7/dist-packages/kiteconnect/__init__.py", line 404, in quote
return self._get("market.quote", {"exchange": exchange, "tradingsymbol": tradingsymbol})
File "/usr/local/lib/python2.7/dist-packages/kiteconnect/__init__.py", line 463, in _get
return self._request(route, "GET", params)
File "/usr/local/lib/python2.7/dist-packages/kiteconnect/__init__.py", line 554, in _request
raise(exp(data["message"], code=r.status_code))
kiteconnect.exceptions.DataException: Exception fetching quote
Can you please check ... i am relying on this heavily during budget!!
Tagged:
Python Client
getting quotes
abhivin123
January 2018
Sorry my bad ... this is only for TATASTEEL18FEB790CE which has gone through some split ... Though I would have expected error handled ... but it is alright ... Thnx.
Sign In
or
Register
to comment.