Returns unusual trades for all underlying security symbols within the query parameters.
Name | Type | Description | Notes |
---|---|---|---|
nextPage | string | Gets the next page of data from a previous API call | [optional] |
pageSize | int? | The number of results to return | [optional] [default to 1000] |
activityType | string | The unusual activity type to query for. | [optional] |
sentiment | string | The sentiment type to query for. | [optional] |
startDate | DateTime? | Return unusual activity on or after this date. | [optional] |
endDate | DateTime? | 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<OptionUnusualTrade> | A list of unusual trades for a given company identifier |