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] |
openTime | Date | The inclusive UTC date and time the interval opens at. | [optional] |
Name | Type | Description |
---|---|---|
openTime | Date | The UTC timestamp for the time this interval opened. |
closeTime | Date | The UTC timestamp for the time this interval closed. |
size | String | The size of the time span for the interval. |
intervals | [SecurityIntervalMover] | Array of all the intervals in the result. |
Name | Type | Description |
---|---|---|
symbol | String | The ticker symbol for the interval |
change | Number | The ratio of Close minus Open to Open. |
open | Number | The first traded price in this interval. |
high | Number | The highest traded price in this interval. |
low | Number | The lowest traded price in this interval. |
close | Number | The last traded price in this interval. |
volume | Number | The volume of shares in this interval. |
average | Number | The volume weighted average price of trades in this interval. |
tradeCount | Number | The of trades in this interval. |