Returns total open interest and volume by ticker
Name | Type | Description | Notes |
---|---|---|---|
date | Object | Return aggregated data for this date | [optional] |
pageSize | Number | The number of results to return | [optional] [default to 100] |
nextPage | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
aggregates | [OptionsAggregate] | A list of option expiration dates in descending order |
nextPage | String | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
ticker | String | The ticker symbol of the Security for the Option. |
date | String | The date of the data. |
totalOpenInterest | Number | Total open interest for the ticker |
totalVolume | Number | Total volume for the ticker |
totalPutVolume | Number | Total put volume for the ticker |
totalCallVolume | Number | Total call volume for the ticker |
putCallVolumeRatio | Number | Total put volume to total call volume ratio for the ticker |
contractCount | Number | Total number of active contracts for the ticker |