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 status information for all global markets
GET
/api/markets/status
curl -X GET 'https://globalmarkettimes.com/api/markets/status'
{
"success": true,
"data": {
"markets": [
{
"id": "nasdaq",
"name": "NASDAQ",
"shortName": "NASDAQ",
"country": "United States",
"timezone": "America/New_York",
"currency": "USD",
"status": {
"isOpen": true,
"status": "open",
"nextChange": "2025-01-09T21:00:00.000Z",
"nextChangeType": "close"
},
"tradingHours": {
"regular": {
"start": "09:30",
"end": "16:00"
},
"premarket": {
"start": "04:00",
"end": "09:30"
},
"aftermarket": {
"start": "16:00",
"end": "20:00"
}
}
}
],
"timestamp": "2025-01-09T15:30:00.000Z",
"timezone": "UTC"
},
"usage": {
"requestsRemaining": 99,
"resetTime": "2025-01-09T16:30:00.000Z"
}
}
Usage Limits
100
Requests per hour
Free
No registration required
Real-time
Data updates
For higher request limits or commercial use, please contact us for professional API access.