Results 2 issues of Pranav

kite.quote(["NSE:INFY", "BSE:INFY"]) D:\anaconda3\lib\site-packages\kiteconnect\connect.py in quote(self, *instruments) 564 ins = instruments[0] 565 --> 566 data = self._get("market.quote", {"i": ins}) 567 return {key: self._format_response(data[key]) for key in data} 568 D:\anaconda3\lib\site-packages\kiteconnect\connect.py in _get(self,...

i have installed redis successfully and on providing the argument storage_config=`{"redis": {"host": 'localhost', "port": 6379}}`,matrices_filename="/home/username/filename.npz" where filename.npz has not been created nor is hashtable stored on redis .. the program...