Hi Sujith - Can you please help me with this request below. Its really urgent.
https://kite.trade/forum/discussion/5300/unable-to-get-quote-kiteconnect-exceptions-generalexception-route-not-found#latest -
I am on Kite connect 3.6 and getting the following error while retrieving quote (kite.quote("NSE","TCS"))
Traceback (most recent call last):
File "", line 1, in
y = kite.quote("NSE","TCS")
File "C:\Users\someuser\AppData\Local\Programs\Python\Python36\lib\site-packages\kiteconnect\__init__.py", line 524, in quote
return self._get("market.quote", {"exchange": exchange, "tradingsymbol": tradingsymbol})
File "C:\Users\\AppData\Local\Programs\Python\Python36\lib\site-packages\kiteconnect\__init__.py", line 598, in _get
return self._request(route, "GET", params)
File "C:\Users\\AppData\Local\Programs\Python\Python36\lib\site-packages\kiteconnect\__init__.py", line 689, in _request
raise(exp(data["message"], code=r.status_code))
kiteconnect.exceptions.GeneralException: Route not found
I am on older version (3.6) having trouble upgrading. But standard quote request should work right. All other requests like kite.positions(), kite.orders() and kite.order_place () are still working.
OI data in live market is usually wrong and misleading. Even data from NSE website is wrong. Actual data gets uploaded after markets which you can see in Bhavcopy. Don't bother about OI data.