| Name | Type | Description | Notes |
|---|---|---|---|
| after_hours | float | The close price of the ticker symbol in after hours trading. | [optional] |
| close | float | The close price for the symbol in the given time period. | |
| from | \DateTime | The requested date. | |
| high | float | The highest price for the symbol in the given time period. | |
| low | float | The lowest price for the symbol in the given time period. | |
| open | float | The open price for the symbol in the given time period. | |
| otc | bool | Whether or not this aggregate is for an OTC ticker. This field will be left off if false. | [optional] |
| pre_market | int | The open price of the ticker symbol in pre-market trading. | [optional] |
| status | string | The status of this request's response. | |
| symbol | string | The exchange symbol that this item is traded under. | |
| volume | float | The trading volume of the symbol in the given time period. |