Zacks Target Price Consensuses

Zacks Target Price Consensuses Ruby API Documentation

Returns the latest Zacks target price consensus data

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

Stock Price Code Example

Use my API Key
# Load the gem
require 'intrinio-sdk'
require 'pp'
# Setup authorization
Intrinio.configure do |config|
config.api_key['api_key'] = 'YOUR_API_KEY'
config.allow_retries = true
end
zacks_api = Intrinio::ZacksApi.new
opts = {
identifier: "AAPL",
industry_group_number: nil,
page_size: 100,
next_page: nil
}
result = zacks_api.get_zacks_target_price_consensuses(opts)
pp result
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierStringFilings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID)[optional]  
industry_group_numberStringReturn 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_pageStringGets the next page of data from a previous API call[optional]  

Return Type

object
Intrinio::ApiResponseZacksTargetPriceConsensuses

Properties

NameTypeDescription
target_price_consensusesArrayZacks target price consensuses for the latest date  
next_pageStringThe token required to request the next page of the data. If null, no further results are available.  
object
Intrinio::ZacksTargetPriceConsensus

Properties

NameTypeDescription
tickerStringThe Zacks common exchange ticker  
company_nameStringThe company name  
industry_group_numberStringThe Zacks industry group number  
highFloatThe high target price estimate  
lowFloatThe low target price estimate  
meanFloatThe mean target price estimate  
standard_deviationFloatThe standard deviation of target price estimates  
totalIntegerThe number of target price estimates in consensus  
most_recent_dateDateThe date of most recent estimate  
medianFloatThe median target price estimate  
raisedIntegerThe number of estimates raised  
loweredIntegerThe number of estimates lowered  
companyCompanySummary 
object
Intrinio::CompanySummary

Properties

NameTypeDescription
idStringThe Intrinio ID of the company  
tickerStringThe stock market ticker symbol associated with the company's common stock securities  
nameStringThe company's common name  
leiStringThe Legal Entity Identifier (LEI) assigned to the company  
cikStringThe Central Index Key (CIK) assigned to the company