Returns the latest Zacks target price consensus data
Name | Type | Description | Notes |
---|---|---|---|
identifier | String | Filings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID) | [optional] |
industryGroupNumber | String | Return only growth rates for companies in the given Zacks industry group number | [optional] |
pageSize | Number | 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 |
---|---|---|
targetPriceConsensuses | [ZacksTargetPriceConsensus] | Zacks target price consensuses for the latest date |
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 |
companyName | String | The company name |
industryGroupNumber | String | The Zacks industry group number |
high | Number | The high target price estimate |
low | Number | The low target price estimate |
mean | Number | The mean target price estimate |
standardDeviation | Number | The standard deviation of target price estimates |
total | Number | The number of target price estimates in consensus |
mostRecentDate | Date | The date of most recent estimate |
median | Number | The median target price estimate |
raised | Number | The number of estimates raised |
lowered | Number | The number of estimates lowered |
company | CompanySummary |
Name | Type | Description |
---|---|---|
id | String | The Intrinio ID of the company |
ticker | String | The stock market ticker symbol associated with the company's common stock securities |
name | String | The company's common name |
lei | String | The Legal Entity Identifier (LEI) assigned to the company |
cik | String | The Central Index Key (CIK) assigned to the company |