builtins.KeyError: 'last_trade_time'

yogeshmm
Can someone please help me i am getting this error
  • tonystark
    Could you post a minimal example code that can reproduce your problem at our end?

    Make sure to remove all account credentials from the code before posting.
  • Vivek
    Vivek edited April 2023
    last_trade_time is available only on `quote` call, `quote/ltp` and `quote/ohlc` won't have that field - https://kite.trade/docs/connect/v3/market-quotes/
  • yogeshmm
    All these days it was working for the same code of mine...
    today this is giving some problem also it not throwing this error straight away.. code runs normally for 30 mins after that it stops throwing above error..
  • Vivek
    In that case like @tonystark mentioned, can you post part of the code where this is occurring?
Sign In or Register to comment.