Returns a list of intervals for the biggest movers over the last hour interval.
Name | Type | Description | Notes |
---|---|---|---|
source | String | Realtime or 15-minute delayed contracts. | [optional] [enum: realtime, delayed] |
openTime | OffsetDateTime | The inclusive UTC date and time the interval opens at. | [optional] |
Name | Type | Description |
---|---|---|
openTime | OffsetDateTime | The UTC timestamp for the time this interval opened. |
closeTime | OffsetDateTime | The UTC timestamp for the time this interval closed. |
size | SizeEnum | The size of the time span for the interval. |
intervals | List | Array of all the intervals in the result. |
Name | Type | Description |
---|---|---|
contract | String | The option contract for the intervals |
change | BigDecimal | The ratio of Close minus Open to Open. |
open | BigDecimal | The first traded contract price in this interval. |
high | BigDecimal | The highest traded contract price in this interval. |
low | BigDecimal | The lowest traded contract price in this interval. |
close | BigDecimal | The last traded contract price in this interval. |
volume | BigDecimal | The volume of contracts traded in this interval. |
average | BigDecimal | The volume weighted average price of contract trades in this interval. |
tradeCount | BigDecimal | The number of contract trades executed in this interval |