~\AppData\Local\Continuum\anaconda3\lib\site-packages\kiteconnect\__init__.py in _get(self, route,params) 575def _get(self, route,params=None): 576"""Alias for sending a GET request.""" -->577returnself._request(route,"GET",params) 578 579def _post(self, route,params=None):
You can check out documentation . In the response, open means open of the day and close is the previous day's close.
I am using this.
prev_close = kite.quote(exchange1,symbol1)["ohlc"]["close"]
But this used to pull errors also. Any suggestions ?
==========
---------------------------------------------------------------------------