Returns total open interest and volume by ticker
Name | Type | Description | Notes |
---|---|---|---|
date | TODO_OBJECT_MAPPING | Return aggregated data for this date | [optional] |
page_size | Integer | The number of results to return | [optional] [default to 100] |
next_page | Character | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
aggregates | List of OptionsAggregate | A list of option expiration dates in descending order |
aggregates_data_frame | Data Frame | Data frame representation of aggregates |
next_page | Character | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
ticker | Character | The ticker symbol of the Security for the Option. |
date | Character | The date of the data. |
total_open_interest | Integer | Total open interest for the ticker |
total_volume | Integer | Total volume for the ticker |
total_put_volume | Integer | Total put volume for the ticker |
total_call_volume | Integer | Total call volume for the ticker |
put_call_volume_ratio | Numeric | Total put volume to total call volume ratio for the ticker |
contract_count | Integer | Total number of active contracts for the ticker |