| Name | Type | Description |
|---|---|---|
| tradingStatus | String | The trading status of the security. |
| tradingStatusReason | String | The exchange supplied reason for its current status. |
| tradingStatusUpdatedOn | Date | The time the exchange reported that it changed its trading status. |
| security | SecuritySummary | The Security resolved from the given identifier |
| marketStatus | String | The status of the market. |
| messages | [String] | A list of messages related to the request, such as warnings or errors. |
| Name | Value |
|---|---|
| trading | "trading" |
| quotes_only | "quotes_only" |
| stopped | "stopped" |
| Name | Value |
|---|---|
| open | "open" |
| closed | "closed" |
| premarket | "premarket" |
| postmarket | "postmarket" |
| closed_early | "closed_early" |