Returns a list of intervals for the biggest movers over the last hour interval.
Name | Type | Description | Notes |
---|---|---|---|
source | Character | Realtime or 15-minute delayed contracts. | [optional] |
open_time | POSIXlt | The inclusive UTC date and time the interval opens at. | [optional] |
Name | Type | Description |
---|---|---|
open_time | POSIXlt | The UTC timestamp for the time this interval opened. |
close_time | POSIXlt | The UTC timestamp for the time this interval closed. |
size | Character | The size of the time span for the interval. |
intervals | List of OptionIntervalMover | Array of all the intervals in the result. |
intervals_data_frame | Data Frame | Data frame representation of intervals |
Name | Type | Description |
---|---|---|
contract | Character | The option contract for the intervals |
change | Numeric | The ratio of Close minus Open to Open. |
open | Numeric | The first traded contract price in this interval. |
high | Numeric | The highest traded contract price in this interval. |
low | Numeric | The lowest traded contract price in this interval. |
close | Numeric | The last traded contract price in this interval. |
volume | Numeric | The volume of contracts traded in this interval. |
average | Numeric | The volume weighted average price of contract trades in this interval. |
trade_count | Numeric | The number of contract trades executed in this interval |