| Name | Type | Description |
|---|---|---|
| statuses | [SecurityTradingStatusSummary] | The trading statuses of each returned security. |
| marketStatus | String | The status of the market. |
| messages | [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" |