Returns a list of all institutional owners of a given security.
Name | Type | Description | Notes |
---|---|---|---|
identifier | String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | |
nextPage | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
ownership | [InstitutionalOwnership] | |
nextPage | String | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
ownerCik | String | The Central Index Key issued by the SEC, which is the unique identifier all owner filings |
ownerName | String | The name of the institutional owner |
periodEnded | Date | The date of the latest 13-F filing on record with the SEC. |
value | Number | The market value in amount of dollars of the holding in the listed security |
amount | Number | The number of shares held in the listed security |
soleVotingAuthority | Number | The number of shares where the insitutional holder has sole voting authority |
sharedVotingAuthority | Number | The number of shares where the insitutional holder has shared voting authority |
noVotingAuthority | Number | The number of shares where the insitutional holder has no voting authority |
previousAmount | Number | The prior quarter number of shares held by the owner |
amountChange | Number | The change in number of shares held from the prior quarter |
amountPercentChange | Number | The percentage change in the number of shares held from the prior quarter |