☰
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.8K
All Categories
0
Incidents
154
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
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.