API Documentation

Free global market status API with real-time queries and data downloads

Free to Use100 Requests/HourReal-time Data
API Endpoints
Get All Market Status

Retrieve real-time open/close status for all global markets

GET/api/markets/status
curl -X GET 'https://markethours.io/api/markets/status'
{
  "success": true,
  "data": [
    {
      "id": "nyse",
      "status": {
        "isOpen": false,
        "status": "closed",
        "marketTime": "05:01:39"
      }
    },
    {
      "id": "nasdaq",
      "status": {
        "isOpen": false,
        "status": "closed",
        "marketTime": "05:01:39"
      }
    }
  ]
}
Usage Limits
100
Requests per hour
Free
No registration required
Real-time
Data updates

These APIs are for the markethours.io website. Direct external access is restricted. For higher request limits, commercial use, or additional data fields, please contact service@markethours.io.