☰
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
157
Node JS client
41
Go client
795
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
407
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