Returns unusual trades for a given identifier within the query parameters.
Name | Type | Description | Notes |
---|---|---|---|
symbol | Character | The option symbol, corresponding to the underlying security. | |
next_page | Character | Gets the next page of data from a previous API call | [optional] |
page_size | Integer | The number of results to return | [optional] [default to 1000] |
activity_type | Character | The unusual activity type to query for. | [optional] |
sentiment | Character | The sentiment type to query for. | [optional] |
start_date | Date | Return unusual activity on or after this date. | [optional] |
end_date | Date | Return unusual activity on or before this date. | [optional] |
minimum_total_value | TODO_OBJECT_MAPPING | The inclusive minimum total value for the unusual activity. | [optional] |
maximum_total_value | TODO_OBJECT_MAPPING | The inclusive maximum total value for the unusual activity. | [optional] |
Name | Type | Description |
---|---|---|
trades | List of OptionUnusualTrade | A list of unusual trades for a given company identifier |
trades_data_frame | Data Frame | Data frame representation of trades |