Name | Type | Description |
---|---|---|
open_time | DateTime | The UTC timestamp for the time this interval opened. |
close_time | DateTime | The UTC timestamp for the time this interval closed. |
open | Float | The first traded contract price in this interval. |
high | Float | The highest traded contract price in this interval. |
low | Float | The lowest traded contract price in this interval. |
close | Float | The last traded contract price in this interval. |
volume | Float | The volume of contracts traded in this interval. |
average | Float | The volume weighted average price of contract trades in this interval. |
change | Float | The ratio of Close minus Open to Open. |
trade_count | Float | The number of qualified trades executed during the period |