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 |
Name | Type | Description |
---|---|---|
symbol | Character | The ticker symbol for the interval |
change | Numeric | The ratio of Close minus Open to Open. |
open | Numeric | The first traded price in this interval. |
high | Numeric | The highest traded price in this interval. |
low | Numeric | The lowest traded price in this interval. |
close | Numeric | The last traded price in this interval. |
volume | Numeric | The volume of shares in this interval. |
average | Numeric | The volume weighted average price of trades in this interval. |
trade_count | Numeric | The of trades in this interval. |