Returns Zacks institutional holding companies data
Name | Description | Example |
---|---|---|
ticker
|
Return companies with the given ticker | AAPL |
page_size
|
The number of results to return | - |
next_page
|
Gets the next page of data from a previous API call | - |
ticker
* required
Return companies with the given ticker
|
||
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 |
---|---|---|
companies | Zacks institutional holding company data | array |
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 |
shares_outstanding
|
The number of shares shares outstanding for the stock | number |
last_close_price
|
The last close price of the stock listed | number |
last_close_date
|
Last closing price of the stock listed | date |
institutional_shares_held_percent
|
Percentage of shares outstanding held by institutions in the stock listed | number |
institutional_shares_buy
|
Number of shares bought by institutions in the stock listed | number |
institutional_shares_sell
|
Number of shares sold by institutions in the stock listed | number |
institutional_positions_increase
|
Number of institutions who increased their shares held in the stock listed | number |
institutional_positions_decrease
|
Number of institutions who decrease their shares held in the stock listed | number |
institutional_positions_unchanged
|
Number of institutions who did not change their shares held in the stock listed | number |
institutional_positions_total
|
Total number of institutions who hold shares in the stock listed | number |
next_page | The token required to request the next page of the data. If null, no further results are available. | string |
companies
Zacks institutional holding company data
|
||
next_page
The token required to request the next page of the data. If null, no further results are available.
|