Zacks Target Price Consensuses

Zacks Target Price Consensuses Csharp API Documentation

Returns the latest Zacks target price consensus data

API Class:
Intrinio.SDK.Api.ZacksApi
Instance Method:
GetZacksTargetPriceConsensuses()

Stock Price Code Example

Use my API Key
using System;
using System.Diagnostics;
using System.Collections;
using System.Collections.Generic;
using Intrinio.SDK.Api;
using Intrinio.SDK.Client;
using Intrinio.SDK.Model;
using Newtonsoft.Json;
namespace Example
{
public class GetZacksTargetPriceConsensusesExample
{
public static void Main()
{
Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");
Configuration.Default.AllowRetries = true;
var zacksApi = new ZacksApi();
string identifier = "AAPL";
string industryGroupNumber = null;
int? pageSize = 100;
string nextPage = null;
ApiResponseZacksTargetPriceConsensuses result = zacksApi.GetZacksTargetPriceConsensuses(identifier, industryGroupNumber, pageSize, nextPage);
Console.WriteLine(JsonConvert.SerializeObject(result, Formatting.Indented));
}
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
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]  
pageSizeint?The number of results to return[optional] [default to 100]  
nextPagestringGets the next page of data from a previous API call[optional]  


Return Type

object
Intrinio.SDK.Model.ApiResponseZacksTargetPriceConsensuses

Properties

NameTypeDescription
TargetPriceConsensusesListZacks 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
Intrinio.SDK.Model.ZacksTargetPriceConsensus

Properties

NameTypeDescription
TickerstringThe Zacks common exchange ticker  
CompanyNamestringThe company name  
IndustryGroupNumberstringThe Zacks industry group number  
Highdecimal?The high target price estimate  
Lowdecimal?The low target price estimate  
Meandecimal?The mean target price estimate  
StandardDeviationdecimal?The standard deviation of target price estimates  
Totalint?The number of target price estimates in consensus  
MostRecentDateDateTime?The date of most recent estimate  
Mediandecimal?The median target price estimate  
Raisedint?The number of estimates raised  
Loweredint?The number of estimates lowered  
CompanyCompanySummary 
object
Intrinio.SDK.Model.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