Returns all owners and information for all insider and institutional owners of securities covered by Intrinio.
| Name | Description | Example |
|---|---|---|
|
institutional
|
Returns insider owners who have filed forms 3, 4, or 5 with the SEC only. Possible values are true, false, or omit for both. | - |
|
page_size
|
The number of results to return | - |
|
next_page
|
Gets the next page of data from a previous API call | - |
|
institutional
* required
Returns insider owners who have filed forms 3, 4, or 5 with the SEC only. Possible values are true, false, or omit for both.
|
||
|
page_size
* required
The number of results to return
|
||
|
next_page
* required
Gets the next page of data from a previous API call
|
| Name | Description | Type |
|---|---|---|
| owners | A list of owners | array |
|
owner_cik
|
The Central Index Key issued by the SEC, which is the unique identifier all owner filings | string |
|
owner_name
|
The name of the owner | string |
| next_page | The token required to request the next page of the data. If null, no further results are available. | string |
|
owners
A list of owners
|
||
|
next_page
The token required to request the next page of the data. If null, no further results are available.
|