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 | Number | 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 | Date | Return unusual activity on or after this date. | [optional] |
endDate | Date | 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 | [OptionUnusualTrade] | A list of unusual trades for a given company identifier |