Returns a list of all ownership interests and the value of their interests by a single institutional owner.
Name | Type | Description | Notes |
---|---|---|---|
identifier | str | The Central Index Key issued by the SEC, which is the unique identifier all owner filings are issued under. | |
page_size | int | The number of results to return | [optional] [default to 100] |
as_of_date | date | Return only holdings filed before this date. | [optional] |
next_page | str | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
holdings | object | |
next_page | str | The token required to request the next page of the data. If null, no further results are available. |