Returns a list of intervals for the biggest movers by change over the last hour interval.
Name | Description | Example |
---|---|---|
source
|
Realtime or 15-minute delayed contracts.
Options:
realtime
delayed
nasdaq_basic
nasdaq_basic_filtered
show more
show less
|
realtime |
open_time
|
The inclusive UTC date and time the interval opens at. | 2023-01-03T15:00:00.000+00:00 |
source
* required
Realtime or 15-minute delayed contracts.
|
||
open_time
* required
The inclusive UTC date and time the interval opens at.
|
Name | Description | Type |
---|---|---|
open_time | The UTC timestamp for the time this interval opened. | string |
close_time | The UTC timestamp for the time this interval closed. | string |
size | The size of the time span for the interval. | select |
intervals | Array of all the intervals in the result. | array |
symbol
|
The ticker symbol for the interval | string |
change
|
The ratio of Close minus Open to Open. | number |
open
|
The first traded price in this interval. | number |
high
|
The highest traded price in this interval. | number |
low
|
The lowest traded price in this interval. | number |
close
|
The last traded price in this interval. | number |
volume
|
The volume of trades in this interval. | number |
average
|
The volume weighted average price of trades in this interval. | number |
open_time
The UTC timestamp for the time this interval opened.
|
||
close_time
The UTC timestamp for the time this interval closed.
|
||
size
The size of the time span for the interval.
|
||
intervals
Array of all the intervals in the result.
|