Today kite.quote did not work for bank nifty

Vishnuvardhan
I am using same logic since many days and today kite.quote('NSE:NIFTY BANK') did not work.

Error :
Traceback (most recent call last):
quote = kite.quote('NSE:NIFTY BANK')
AttributeError: 'NoneType' object has no attribute 'quote'

Thanks.
Tagged:
  • rakeshr
    Working for me.
    kite.quote("NSE:NIFTY BANK")
    {'NSE:NIFTY BANK': {'instrument_token': 260105, 'tradingsymbol': 'NIFTY BANK', 'timestamp': 
    datetime.datetime(2022, 9, 27, 8, 45, 56), .......
  • Vishnuvardhan
    ok thanks . working for me
    this ticket can be closed
This discussion has been closed.