☰
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
14.1K
All Categories
0
Incidents
158
Node JS client
43
Go client
801
.Net API client
386
Kite Publisher
538
.Net / VBA / Excel (3rd party)
465
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
November 2021
Imran
Detect 'market open status' programmatically
Rekha
November 2021
in
Python client
Is there a way to detect the market open/closed status through kite API using python? I want to automate the script to run only when market is open.
thanks in advance
Tagged:
open status
market status
Imran
November 2021
Hii
@Rekha
When we call quotes via API, we get 'last_trade_time' in its response along with other feeds.
If it contains time near to current time then you may conclude that the market is open.
Refer this
Sign In
or
Register
to comment.
When we call quotes via API, we get 'last_trade_time' in its response along with other feeds.
If it contains time near to current time then you may conclude that the market is open.
Refer this