Market Status
The Market Status API endpoint retrieves the current status of various market types and segments for specified exchanges, providing detailed information about their operational state. This ensures clients can track and respond to market conditions in real-time.
Endpoint
Header Parameters
Content-Type
application/json
Authorization
Bearer <token>
Request Parameter
source
N
Y
Source of the request (e.g., "N")
Request
Response
Response Parameter
MARKET_TYPE
Market type, which can be NL (Normal), OL (Odd Lot), SP (Spot), AU (Auction), A1 (Auction 1), A2 (Auction 2), MS (Morning Session), ES (Evening Session), or SS (Special Session)
EMM_MARKET_TYPE_NO
Corresponding code for Market_type.
EMM_EXM_EXCH_ID
Exchange ID where the market operates (NSE, BSE,)
EMM_EXCH_SEG
Segment of the exchange (Equity, Currency, Mutual Funds, Derivatives)
EMM_STATUS
Current status of the market, which can be OPEN, CLOSE, PREOPEN, or POSTCLOSE
Last updated