Returns a list of intervals for the biggest movers by volume 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 SecurityIntervalMover | Array of all the intervals in the result. |
intervals_data_frame | Data Frame | Data frame representation of intervals |