Returns Zacks institutional holdings data
| Name | Description | Example |
|---|---|---|
|
ticker
|
Return holdings where the company being held has the given ticker | AAPL |
|
owner_cik
|
Return holdings where the owner/holder has the given Central Index Key (CIK) | ~null |
|
page_size
|
The number of results to return | - |
|
next_page
|
Gets the next page of data from a previous API call | - |
|
ticker
* required
Return holdings where the company being held has the given ticker
|
||
|
owner_cik
* required
Return holdings where the owner/holder has the given Central Index Key (CIK)
|
||
|
page_size
* required
The number of results to return
|
||
|
next_page
* required
Gets the next page of data from a previous API call
|
| Name | Description | Type |
|---|---|---|
| holdings | Zacks institutional holding data | array |
|
company
|
object | |
|
ticker
|
The Zacks common exchange ticker | string |
|
name
|
The company name of the stock listed | string |
|
exchange
|
Exhange where the stock is traded whose shares are held by the institution | string |
|
owner
|
object | |
|
name
|
The owner's name | string |
|
cik
|
The Central Index Key (CIK) assigned to the company by the SEC as a unique identifier, used in SEC filings | string |
|
as_of_date
|
Quarter end date listed in the most recent 13F report filed by the institution | date |
|
shares_held
|
Number of shares of the stock listed | number |
|
shared_held_percent
|
Percent of shares outstanding held of the stock by the institution listed | number |
|
shares_change
|
Change in shares of the stock held by the institution listed | number |
|
shares_change_percent
|
Percentage change in shares of the stock held by the institution listed | number |
|
market_value
|
Market value of shares outstanding held of the stock listed | number |
|
market_value_change
|
Change in market value shares of the stock listed | number |
|
last_sec_filing_type
|
The report type of the latest SEC filing | string |
|
last_sec_filing_date
|
The date of the latest SEC filing | date |
|
last_sec_filing_shares
|
The | number |
|
historical_holdings
|
array | |
|
as_of_date
|
The date of the institutional holding | date |
|
shares_held
|
The number of shares held | number |
| next_page | The token required to request the next page of the data. If null, no further results are available. | string |
|
holdings
Zacks institutional holding data
|
||
|
next_page
The token required to request the next page of the data. If null, no further results are available.
|