...

Market Status - Checks to see if the US stock market is open.  | Product Hunt

Market API Documentation

URL: https://api.isthemarketopened.com/v1/

The Market Status API provides the current state of the market, including whether it is open or closed, and the last recorded timestamp.

/v1 GET

Returns the current market status, including whether the market is open or closed, and the last updated timestamp.

Example Response

          
    {
      "market_open": false,
      "last_timestamp": "2024-10-18 15:59:00"
    }
          
        

Parameters

Parameter Type Description
None soon This API does not accept any parameters. We will be adding more in the future

Headers

Header Type Description
X-Api-Key soon FREE for limited use. No API Key associated with your account.