☰
Login
Signup
Home
›
Python client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
April 2023
yogeshmm
April 2023
Vivek
April 2023
tonystark
builtins.KeyError: 'last_trade_time'
yogeshmm
April 2023
in
Python client
Can someone please help me i am getting this error
tonystark
April 2023
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
April 2023
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
April 2023
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
April 2023
In that case like
@tonystark
mentioned, can you post part of the code where this is occurring?
Sign In
or
Register
to comment.
Make sure to remove all account credentials from the code before posting.
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..