Zacks Target Price Consensuses

Zacks Target Price Consensuses R API Documentation

Returns the latest Zacks target price consensus data

API Class:
IntrinioSDK::ZacksApi
Instance Method:
get_zacks_target_price_consensuses()

Stock Price Code Example

Use my API Key
client <- IntrinioSDK::ApiClient$new()
# Configure API key authorization: ApiKeyAuth
client$configuration$apiKey <- "YOUR_API_KEY"
#Configure retries
client$configuration$allowRetries <- TRUE
# Setup API with client
ZacksApi <- IntrinioSDK::ZacksApi$new(client)
# Optional params
opts <- list(
identifier = "AAPL",
industry_group_number = NULL,
page_size = 100,
next_page = NULL
)
response <- ZacksApi$get_zacks_target_price_consensuses(opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierCharacterFilings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID)[optional]  
industry_group_numberCharacterReturn only growth rates for companies in the given Zacks industry group number[optional]  
page_sizeIntegerThe number of results to return[optional] [default to 100]  
next_pageCharacterGets the next page of data from a previous API call[optional]  


Return Type

object
IntrinioSDK::ApiResponseZacksTargetPriceConsensuses

Properties

NameTypeDescription
target_price_consensusesList of ZacksTargetPriceConsensusZacks target price consensuses for the latest date  
target_price_consensuses_data_frameData FrameData frame representation of target_price_consensuses
next_pageCharacterThe token required to request the next page of the data. If null, no further results are available.  
object
IntrinioSDK::ZacksTargetPriceConsensus

Properties

NameTypeDescription
tickerCharacterThe Zacks common exchange ticker  
company_nameCharacterThe company name  
industry_group_numberCharacterThe Zacks industry group number  
highNumericThe high target price estimate  
lowNumericThe low target price estimate  
meanNumericThe mean target price estimate  
standard_deviationNumericThe standard deviation of target price estimates  
totalIntegerThe number of target price estimates in consensus  
most_recent_dateDateThe date of most recent estimate  
medianNumericThe median target price estimate  
raisedIntegerThe number of estimates raised  
loweredIntegerThe number of estimates lowered  
companyCompanySummary 
object
IntrinioSDK::CompanySummary

Properties

NameTypeDescription
idCharacterThe Intrinio ID of the company  
tickerCharacterThe stock market ticker symbol associated with the company's common stock securities  
nameCharacterThe company's common name  
leiCharacterThe Legal Entity Identifier (LEI) assigned to the company  
cikCharacterThe Central Index Key (CIK) assigned to the company