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] |
Name | Type | Description |
---|---|---|
id | str | The Intrinio ID for Security |
company_id | str | The Intrinio ID for the Company for which the Security is issued |
exchange | str | The exchange's MIC |
exchange_mic | str | The security's exchange MIC |
stock_exchange_id | str | The exchange's Intrinio ID |
name | str | The name of the Security |
code | str | A 2-3 digit code classifying the Security (reference) |
currency | str | The currency in which the Security is traded on the exchange |
ticker | str | The common/local ticker of the Security |
composite_ticker | str | The country-composite ticker of the Security |
figi | str | The OpenFIGI identifier |
composite_figi | str | The country-composite OpenFIGI identifier |
share_class_figi | str | The global-composite OpenFIGI identifier |
primary_listing | bool | If True, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange |