Returns a list of all institutional owners of a given security.
Name | Type | Description | Notes |
---|---|---|---|
identifier | Character | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | |
next_page | Character | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
ownership | List of InstitutionalOwnership | |
ownership_data_frame | Data Frame | Data frame representation of ownership |
next_page | Character | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
owner_cik | Character | The Central Index Key issued by the SEC, which is the unique identifier all owner filings |
owner_name | Character | The name of the institutional owner |
period_ended | Date | The date of the latest 13-F filing on record with the SEC. |
value | Numeric | The market value in amount of dollars of the holding in the listed security |
amount | Numeric | The number of shares held in the listed security |
sole_voting_authority | Numeric | The number of shares where the insitutional holder has sole voting authority |
shared_voting_authority | Numeric | The number of shares where the insitutional holder has shared voting authority |
no_voting_authority | Numeric | The number of shares where the insitutional holder has no voting authority |
previous_amount | Numeric | The prior quarter number of shares held by the owner |
amount_change | Numeric | The change in number of shares held from the prior quarter |
amount_percent_change | Numeric | The percentage change in the number of shares held from the prior quarter |