Options Intervals Movers By Volume

Options Intervals Movers By Volume Web API Documentation

Returns a list of intervals for the biggest movers by volume over the last hour interval.

Endpoint:
https://api-v2.intrinio.com/options/interval/movers/volume

Parameters

Name Description Example
source
Realtime or 15-minute delayed contracts.
Options:
realtime
delayed
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.

Output Fields

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
contract
The option contract for the intervals string
change
The ratio of Close minus Open to Open. number
open
The first traded contract price in this interval. number
high
The highest traded contract price in this interval. number
low
The lowest traded contract price in this interval. number
close
The last traded contract price in this interval. number
volume
The volume of contract trades in this interval. number
average
The volume weighted average price of contract 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.