| Name | Type | Description | Notes |
|---|---|---|---|
| datetime | String | Datetime in local market time for equities and in UTC for forex and cryptocurrencies referring to when the bar with specified interval was opened | |
| aroonosc | String | Aroon oscillator value | |
| 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] |