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] |
order_column | str | Results returned sorted by this column | [optional] |
order_direction | str | Sort order to use with the order_column | [optional] [default to asc] |
primary_only | bool | Return only primary securities | [optional] [default to False] |
page_size | int | The number of results to return. Maximum for this endpoint is 50000. | [optional] [default to 100] |
Name | Type | Description |
---|---|---|
security | SecuritySummary | |
data | list[SecurityScreenResultData] |