Returns Zacks institutional holding companies data
Name | Type | Description | Notes |
---|---|---|---|
ticker | string | Return companies with the given ticker | [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 |
---|---|---|
Companies | List | Zacks institutional holding company data |
NextPage | string | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
Ticker | string | The Zacks common exchange ticker |
Name | string | The company name of the stock listed |
Exchange | string | Exhange where the stock is traded whose shares are held by the institution |
SharesOutstanding | decimal? | The number of shares shares outstanding for the stock |
LastClosePrice | decimal? | The last close price of the stock listed |
LastCloseDate | DateTime? | Last closing price of the stock listed |
InstitutionalSharesHeldPercent | decimal? | Percentage of shares outstanding held by institutions in the stock listed |
InstitutionalSharesBuy | decimal? | Number of shares bought by institutions in the stock listed |
InstitutionalSharesSell | decimal? | Number of shares sold by institutions in the stock listed |
InstitutionalPositionsIncrease | decimal? | Number of institutions who increased their shares held in the stock listed |
InstitutionalPositionsDecrease | decimal? | Number of institutions who decrease their shares held in the stock listed |
InstitutionalPositionsUnchanged | decimal? | Number of institutions who did not change their shares held in the stock listed |
InstitutionalPositionsTotal | decimal? | Total number of institutions who hold shares in the stock listed |