Returns a list of intervals for the biggest movers by change over the last hour interval.
Name | Type | Description | Notes |
---|---|---|---|
source | string | Realtime or 15-minute delayed contracts. | [optional] |
openTime | DateTime? | The inclusive UTC date and time the interval opens at. | [optional] |
Name | Type | Description |
---|---|---|
OpenTime | DateTime? | The UTC timestamp for the time this interval opened. |
CloseTime | DateTime? | The UTC timestamp for the time this interval closed. |
Size | string | The size of the time span for the interval. |
Intervals | List | Array of all the intervals in the result. |