Zacks Target Price Consensuses

Zacks Target Price Consensuses Javascript API Documentation

Returns the latest Zacks target price consensus data

API Class:
ZacksApi
Instance Method:
getZacksTargetPriceConsensuses()

Stock Price Code Example

Use my API Key
var intrinioSDK = require('intrinio-sdk');
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
intrinioSDK.ApiClient.instance.enableRetries = true;
var zacks = new intrinioSDK.ZacksApi();
var opts = {
'identifier': "AAPL",
'industryGroupNumber': null,
'pageSize': 100,
'nextPage': null
};
zacks.getZacksTargetPriceConsensuses(opts).then(function(data) {
data = JSON.stringify(data, null, 2)
console.log(data);
}, function(error) {
console.error(error);
});
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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


Return Type

object
ApiResponseZacksTargetPriceConsensuses

Properties

NameTypeDescription
targetPriceConsensuses[ZacksTargetPriceConsensus]Zacks target price consensuses for the latest date  
nextPageStringThe token required to request the next page of the data. If null, no further results are available.  
object
ZacksTargetPriceConsensus

Properties

NameTypeDescription
tickerStringThe Zacks common exchange ticker  
companyNameStringThe company name  
industryGroupNumberStringThe Zacks industry group number  
highNumberThe high target price estimate  
lowNumberThe low target price estimate  
meanNumberThe mean target price estimate  
standardDeviationNumberThe standard deviation of target price estimates  
totalNumberThe number of target price estimates in consensus  
mostRecentDateDateThe date of most recent estimate  
medianNumberThe median target price estimate  
raisedNumberThe number of estimates raised  
loweredNumberThe number of estimates lowered  
companyCompanySummary 
object
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