| Name | Type | Description | Notes |
|---|---|---|---|
| open | String | Price at the opening of current bar. Returned when `include_ohlc` is `true`. | [optional] |
| high | String | Highest price which occurred during the current bar. Returned when `include_ohlc` is `true`. | [optional] |
| low | String | Lowest price which occurred during the current bar. Returned when `include_ohlc` is `true`. | [optional] |
| close | String | Close price at the end of the bar. Returned when `include_ohlc` is `true`. | [optional] |
| volume | String | Trading volume which occurred during the current bar. Returned when `include_ohlc` is `true`. | [optional] |
| datetime | String | [optional] | |
| mavp | String | [optional] |