Clock
Response
{
"clock": {
"date": "2019-05-06",
"description": "Market is open from 09:30 to 16:00",
"state": "open",
"timestamp": 1557156988,
"next_change": "16:00",
"next_state": "postmarket"
}
}
Definitions
| Field | Description |
|---|---|
| date | Current date |
| description | Displayable description of the status |
| state | Market state, one of: premarket, open, postmarket, closed |
| timestamp | UNIX timestamp of the present time |
| next_change | Next state change in hours/minutes |
| next_state | Next state change |
Updated 4 months ago