Returns Zacks institutional holdings data
Name | Type | Description | Notes |
---|---|---|---|
ticker | string | Return holdings where the company being held has the given ticker | [optional] |
ownerCik | string | Return holdings where the owner/holder has the given Central Index Key (CIK) | [optional] |
pageSize | int? | The number of results to return | [optional] [default to 100] |
nextPage | string | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
Holdings | List | Zacks institutional holding data |
NextPage | string | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
Company | ZacksInstitutionalHoldingCompanySummary | |
Owner | ZacksInstitutionalHoldingOwnerSummary | |
AsOfDate | DateTime? | Quarter end date listed in the most recent 13F report filed by the institution |
SharesHeld | decimal? | Number of shares of the stock listed |
SharedHeldPercent | decimal? | Percent of shares outstanding held of the stock by the institution listed |
SharesChange | decimal? | Change in shares of the stock held by the institution listed |
SharesChangePercent | decimal? | Percentage change in shares of the stock held by the institution listed |
MarketValue | decimal? | Market value of shares outstanding held of the stock listed |
MarketValueChange | decimal? | Change in market value shares of the stock listed |
LastSecFilingType | string | The report type of the latest SEC filing |
LastSecFilingDate | DateTime? | The date of the latest SEC filing |
LastSecFilingShares | decimal? | The |
HistoricalHoldings | List |