Searches for Owners matching the text `query`
Name | Type | Description | Notes |
---|---|---|---|
query | Character | ||
institutional | Logical | Returns insider owners who have filed forms 3, 4, or 5 with the SEC only. Possible values are TRUE, FALSE, or omit for both. | [optional] |
page_size | Integer | The number of results to return | [optional] [default to 100] |
next_page | Character | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
owners | List of OwnerSummary | A list of owners |
owners_data_frame | Data Frame | Data frame representation of owners |
next_page | Character | The token required to request the next page of the data. If null, no further results are available. |