| Name | Type | Description |
|---|---|---|
| time | Date | The timestamp that represents the start of the interval span. |
| open | Number | The first traded price during the period |
| close | Number | The last traded price during the period |
| high | Number | The highest price over the span of the period |
| low | Number | The lowest price over the span of the period |
| closeTime | Date | The timestamp that represents the end of the interval span. |
| interval | String | The size of the interval. |
| average | Number | The average trade price of an individual stock during the interval. |
| change | Number | The change ratio from open to close. ((Close - Open)/Open). |
| Name | Value |
|---|---|
| SixtyMinute | "SixtyMinute" |
| ThirtyMinute | "ThirtyMinute" |
| FifteenMinute | "FifteenMinute" |
| TenMinute | "TenMinute" |
| FiveMinute | "FiveMinute" |
| OneMinute | "OneMinute" |