Returns a list of all institutional owners of a given security.
Name | Type | Description | Notes |
---|---|---|---|
identifier | str | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | |
next_page | str | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
ownership | list[InstitutionalOwnership] | |
next_page | str | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
owner_cik | str | The Central Index Key issued by the SEC, which is the unique identifier all owner filings |
owner_name | str | 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 |