Returns unusual trades for a given identifier within the query parameters.
Name | Type | Description | Notes |
---|---|---|---|
symbol | String | The option symbol, corresponding to the underlying security. | |
nextPage | String | Gets the next page of data from a previous API call | [optional] |
pageSize | Integer | The number of results to return | [optional] [default to 1000] |
activityType | String | The unusual activity type to query for. | [optional] [enum: block, sweep, large] |
sentiment | String | The sentiment type to query for. | [optional] [enum: bullish, bearish, neutral] |
startDate | LocalDate | Return unusual activity on or after this date. | [optional] |
endDate | LocalDate | Return unusual activity on or before this date. | [optional] |
minimumTotalValue | Object | The inclusive minimum total value for the unusual activity. | [optional] |
maximumTotalValue | Object | The inclusive maximum total value for the unusual activity. | [optional] |
Name | Type | Description |
---|---|---|
trades | List | A list of unusual trades for a given company identifier |