mf_instruments - key_error - last_price_date

abhivin123
abhivin123 edited October 2023 in Python client
@sujith
Can someone please check on this -
Traceback (most recent call last):
File "./money_manager.py", line 69, in <module>
mf_instruments = kite.mf_instruments()
File "/home/ma/.local/lib/python2.7/site-packages/kiteconnect/connect.py", line 549, in mf_instruments
return self._parse_mf_instruments(self._get("mf.instruments"))
File "/home/ma/.local/lib/python2.7/site-packages/kiteconnect/connect.py", line 830, in _parse_mf_instruments
if len(row["last_price_date"]) == 10:
KeyError: 'last_price_date'
Looks internal to the Python Client API.
This discussion has been closed.