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 | 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 |
---|---|---|
TargetPriceConsensuses | List | 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 | decimal? | The high target price estimate |
Low | decimal? | The low target price estimate |
Mean | decimal? | The mean target price estimate |
StandardDeviation | decimal? | The standard deviation of target price estimates |
Total | int? | The number of target price estimates in consensus |
MostRecentDate | DateTime? | The date of most recent estimate |
Median | decimal? | The median target price estimate |
Raised | int? | The number of estimates raised |
Lowered | int? | 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 |