It looks like you're new here. If you want to get involved, click one of these buttons!
kite.quote('NSE','NIFTY BANK')
Try
kite.quote('NSE','NIFTY BANK')
You can find the trading symbols of any instruments using instruments API.
Kite Connect only recognizes instruments with tradingsymbol same as in instruments dump.
Tried kite.quote('NSE','NIFTY BANK')
but result doesnt look appropriate. Is that because of Saturday?
result:-
{u'change_percent': 0.0, u'last_price': 0, u'open': 0, u'change': 0.0, u'close': 2437080.0}
May be it was because of mock trade data and cache were cleared. It seems to be working fine. Can you check now?