Returns the latest Zacks target price consensus data
Name | Description | Example |
---|---|---|
identifier
|
Filings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID) | AAPL |
industry_group_number
|
Return only growth rates for companies in the given Zacks industry group number | 199 |
page_size
|
The number of results to return | - |
next_page
|
Gets the next page of data from a previous API call | - |
identifier
* required
Filings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID)
|
||
industry_group_number
* required
Return only growth rates for companies in the given Zacks industry group number
|
||
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 |
---|---|---|
target_price_consensuses | Zacks target price consensuses for the latest date | array |
ticker
|
The Zacks common exchange ticker | string |
company_name
|
The company name | string |
industry_group_number
|
The Zacks industry group number | string |
high
|
The high target price estimate | number |
low
|
The low target price estimate | number |
mean
|
The mean target price estimate | number |
standard_deviation
|
The standard deviation of target price estimates | number |
total
|
The number of target price estimates in consensus | integer |
most_recent_date
|
The date of most recent estimate | date |
median
|
The median target price estimate | number |
raised
|
The number of estimates raised | integer |
lowered
|
The number of estimates lowered | integer |
company
|
object | |
id
|
The Intrinio ID of the company | string |
ticker
|
The stock market ticker symbol associated with the company's common stock securities | string |
name
|
The company's common name | string |
lei
|
The Legal Entity Identifier (LEI) assigned to the company | string |
cik
|
The Central Index Key (CIK) assigned to the company | string |
next_page | The token required to request the next page of the data. If null, no further results are available. | string |
target_price_consensuses
Zacks target price consensuses for the latest date
|
||
next_page
The token required to request the next page of the data. If null, no further results are available.
|