Total open interest and volume aggregated by ticker

Total open interest and volume aggregated by ticker Web API Documentation

Returns total open interest and volume by ticker

Endpoint:
https://api-v2.intrinio.com/options/aggregates

Parameters

Name Description Example
date
Return aggregated data for this date -
date
* required
Return aggregated data for this date

Output Fields

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.