Returns the latest Zacks target price consensus data
Name | Type | Description | Notes |
---|---|---|---|
identifier | Character | Filings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID) | [optional] |
industry_group_number | Character | Return only growth rates for companies in the given Zacks industry group number | [optional] |
page_size | Integer | The number of results to return | [optional] [default to 100] |
next_page | Character | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
target_price_consensuses | List of ZacksTargetPriceConsensus | Zacks target price consensuses for the latest date |
target_price_consensuses_data_frame | Data Frame | Data frame representation of target_price_consensuses |
next_page | Character | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
ticker | Character | The Zacks common exchange ticker |
company_name | Character | The company name |
industry_group_number | Character | The Zacks industry group number |
high | Numeric | The high target price estimate |
low | Numeric | The low target price estimate |
mean | Numeric | The mean target price estimate |
standard_deviation | Numeric | The standard deviation of target price estimates |
total | Integer | The number of target price estimates in consensus |
most_recent_date | Date | The date of most recent estimate |
median | Numeric | The median target price estimate |
raised | Integer | The number of estimates raised |
lowered | Integer | The number of estimates lowered |
company | CompanySummary |
Name | Type | Description |
---|---|---|
id | Character | The Intrinio ID of the company |
ticker | Character | The stock market ticker symbol associated with the company's common stock securities |
name | Character | The company's common name |
lei | Character | The Legal Entity Identifier (LEI) assigned to the company |
cik | Character | The Central Index Key (CIK) assigned to the company |