Screen Securities using complex logic. Use POST only. See screener documentation for details on how to construct conditions.
Name | Type | Description | Notes |
---|---|---|---|
logic | SecurityScreenGroup | The logic to screen with, consisting of operators, clauses, and nested groups. See screener documentation for details on how to construct conditions. | [optional] |
orderColumn | string | Results returned sorted by this column | [optional] |
orderDirection | string | Sort order to use with the order_column | [optional] [default to asc] |
primaryOnly | bool? | Return only primary securities | [optional] [default to false] |
pageSize | int? | The number of results to return. Maximum for this endpoint is 50000. | [optional] [default to 100] |