Returns all owners and information for all insider and institutional owners of securities covered by Intrinio.
Name | Type | Description | Notes |
---|---|---|---|
institutional | bool | 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 | int | The number of results to return | [optional] [default to 100] |
next_page | str | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
owners | list[OwnerSummary] | A list of owners |
next_page | str | The token required to request the next page of the data. If null, no further results are available. |