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) | |
next_page | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
ownership | Array | |
next_page | String | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
owner_cik | String | The Central Index Key issued by the SEC, which is the unique identifier all owner filings |
owner_name | String | The name of the institutional owner |
period_ended | Date | The date of the latest 13-F filing on record with the SEC. |
value | Float | The market value in amount of dollars of the holding in the listed security |
amount | Float | The number of shares held in the listed security |
sole_voting_authority | Float | The number of shares where the insitutional holder has sole voting authority |
shared_voting_authority | Float | The number of shares where the insitutional holder has shared voting authority |
no_voting_authority | Float | The number of shares where the insitutional holder has no voting authority |
previous_amount | Float | The prior quarter number of shares held by the owner |
amount_change | Float | The change in number of shares held from the prior quarter |
amount_percent_change | Float | The percentage change in the number of shares held from the prior quarter |