Returns total open interest and volume by ticker
Name | Description | Example |
---|---|---|
date
|
Return aggregated data for this date | - |
page_size
|
The number of results to return | - |
next_page
|
Gets the next page of data from a previous API call | - |
date
* required
Return aggregated data for this date
|
||
page_size
* required
The number of results to return
|
||
next_page
* required
Gets the next page of data from a previous API call
|
Name | Description | Type |
---|---|---|
aggregates | A list of option expiration dates in descending order | array |
ticker
|
The ticker symbol of the Security for the Option. | string |
date
|
The date of the data. | string |
total_open_interest
|
Total open interest for the ticker | integer |
total_volume
|
Total volume for the ticker | integer |
total_put_volume
|
Total put volume for the ticker | integer |
total_call_volume
|
Total call volume for the ticker | integer |
put_call_volume_ratio
|
Total put volume to total call volume ratio for the ticker | number |
contract_count
|
Total number of active contracts for the ticker | integer |
next_page | The token required to request the next page of the data. If null, no further results are available. | string |
aggregates
A list of option expiration dates in descending order
|
||
next_page
The token required to request the next page of the data. If null, no further results are available.
|