| Name | Type | Description |
|---|---|---|
| statuses | List<SecurityTradingStatusSummary> | The trading statuses of each returned security. |
| marketStatus | MarketStatusEnum | The status of the market. |
| messages | List<String> | A list of messages related to the request, such as warnings or errors. |
| nextPage | String | The token required to request the next page of the data. If null, no further results are available. |
| Name | Value |
|---|---|
| OPEN | "open" |
| CLOSED | "closed" |
| PREMARKET | "premarket" |
| POSTMARKET | "postmarket" |
| CLOSED_EARLY | "closed_early" |