Kite.quote

Abhishek Gupta
From yesterday "Kite.quote" is not working and giving following error :-1:
H= kite.quote("NSE","INFY")

Traceback (most recent call last):
File "", line 1, in
H= kite.quote("NSE","INFY")
File "C:\Python27\lib\site-packages\kiteconnect\__init__.py", line 501, in quote
return self._get("market.quote", {"exchange": exchange, "tradingsymbol": tradingsymbol})
File "C:\Python27\lib\site-packages\kiteconnect\__init__.py", line 577, in _get
return self._request(route, "GET", params)
File "C:\Python27\lib\site-packages\kiteconnect\__init__.py", line 668, in _request
raise(exp(data["message"], code=r.status_code))
GeneralException: Route not found


  • rasp
    rasp edited May 2018
    your code is wrong its kite.quote("NSE:INFY")and you are using the previous version of Kite. upgrade to latest version then kite.quote("NSE:INFY") will work .
This discussion has been closed.