API Documentation
⌘K
API Key
Get free key GET
/api/1/market/market-statusMarket Status
Returns whether major stock exchanges are currently open or closed based on trading hours
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/market/market-status' \
-H 'Accept: application/json'200 Response
{
"exchanges": {
"code": "XNYS",
"name": "New York Stock Exchange",
"country": "US",
"isOpen": true,
"timezone": "America/New_York",
"localTime": "14:30"
},
"timestamp": 0
}