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