Returns a list of all institutional owners of a given security.
| Name | Description | Example |
|---|---|---|
|
identifier
* required
|
A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | AAPL |
|
next_page
|
Gets the next page of data from a previous API call | - |
|
identifier
* required
A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
||
|
next_page
* required
Gets the next page of data from a previous API call
|
| Name | Description | Type |
|---|---|---|
| ownership | 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 institutional owner | string |
|
period_ended
|
The date of the latest 13-F filing on record with the SEC. | date |
|
value
|
The market value in amount of dollars of the holding in the listed security | number |
|
amount
|
The number of shares held in the listed security | number |
|
sole_voting_authority
|
The number of shares where the insitutional holder has sole voting authority | number |
|
shared_voting_authority
|
The number of shares where the insitutional holder has shared voting authority | number |
|
no_voting_authority
|
The number of shares where the insitutional holder has no voting authority | number |
|
previous_amount
|
The prior quarter number of shares held by the owner | number |
|
amount_change
|
The change in number of shares held from the prior quarter | number |
|
amount_percent_change
|
The percentage change in the number of shares held from the prior quarter | number |
| next_page | The token required to request the next page of the data. If null, no further results are available. | string |
|
ownership
|
||
|
next_page
The token required to request the next page of the data. If null, no further results are available.
|