Zacks Analyst Ratings for Security

Zacks Analyst Ratings for Security Csharp API Documentation

This database offers consensus analyst recommendations for over 5,000 US and Canadian listed companies.

API Class:
Intrinio.SDK.Api.SecurityApi
Instance Method:
GetSecurityZacksAnalystRatings()

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 GetSecurityZacksAnalystRatingsExample
{
public static void Main()
{
Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");
Configuration.Default.AllowRetries = true;
var securityApi = new SecurityApi();
string identifier = "AAPL";
string startDate = null;
string endDate = null;
decimal? meanGreater = null;
decimal? meanLess = null;
int? strongBuysGreater = null;
int? strongBuysLess = null;
int? buysGreater = null;
int? buysLess = null;
int? holdsGreater = null;
int? holdsLess = null;
int? sellsGreater = null;
int? sellsLess = null;
int? strongSellsGreater = null;
int? strongSellsLess = null;
int? totalGreater = null;
int? totalLess = null;
int? pageSize = 100;
ApiResponseSecurityZacksAnalystRatings result = securityApi.GetSecurityZacksAnalystRatings(identifier, startDate, endDate, meanGreater, meanLess
        , strongBuysGreater, strongBuysLess, buysGreater, buysLess, holdsGreater, holdsLess, sellsGreater, sellsLess, strongSellsGreater,
        strongSellsLess, totalGreater, totalLess, pageSize);
Console.WriteLine(JsonConvert.SerializeObject(result, Formatting.Indented));
}
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierstringA Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) 
startDatestringLimit ratings to those on or after this date[optional]  
endDatestringLimit ratings to those on or before this date[optional]  
meanGreaterdecimal?Return only records with a mean (average) higher than this value[optional]  
meanLessdecimal?Return only records with a mean (average) lower than this value[optional]  
strongBuysGreaterint?Return only records with more than this many Strong Buy recommendations[optional]  
strongBuysLessint?Return only records with fewer than this many Strong Buy recommendations[optional]  
buysGreaterint?Return only records with more than this many Buy recommendations[optional]  
buysLessint?Return only records with fewer than this many Buy recommendations[optional]  
holdsGreaterint?Return only records with more than this many Hold recommendations[optional]  
holdsLessint?Return only records with fewer than this many Hold recommendations[optional]  
sellsGreaterint?Return only records with more than this many Sell recommendations[optional]  
sellsLessint?Return only records with fewer than this many Sell recommendations[optional]  
strongSellsGreaterint?Return only records with more than this many Strong Sell recommendations[optional]  
strongSellsLessint?Return only records with fewer than this many Strong Sell recommendations[optional]  
totalGreaterint?Return only records with more than this many recommendations, regardless of type[optional]  
totalLessint?Return only records with fewer than this many recommendations, regardless of type[optional]  
pageSizeint?The number of results to return[optional] [default to 100]  


Return Type

object
Intrinio.SDK.Model.ApiResponseSecurityZacksAnalystRatings

Properties

NameTypeDescription
AnalystRatingsList 
SecuritySecuritySummaryThe Security resolved from the given identifier  
NextPagestringThe token required to request the next page of the data. If null, no further results are available.  
object
Intrinio.SDK.Model.ZacksAnalystRatingSummary

Properties

NameTypeDescription
IdstringThe Intrinio ID for the record  
DateDateTime?The date of the Zacks Analyst Rating.  
Meandecimal?The mean (average) weighing of analyst recommendations, from 1 (strong buy) to 5 (strong sell).  
StrongBuysint?The number of analysts recommending Strong Buy.  
Buysint?The number of analysts recommending Buy.  
Holdsint?The number of analysts recommending Hold.  
Sellsint?The number of analysts recommending Sell.  
StrongSellsint?The number of analysts recommending Strong Sell.  
Totalint?The total number of analyst recommendations.  
object
Intrinio.SDK.Model.SecuritySummary

Properties

NameTypeDescription
IdstringThe Intrinio ID for Security  
CompanyIdstringThe Intrinio ID for the Company for which the Security is issued  
NamestringThe name of the Security  
CodestringA 2-3 digit code classifying the Security (reference)  
CurrencystringThe currency in which the Security is traded on the exchange  
TickerstringThe common/local ticker of the Security  
CompositeTickerstringThe country-composite ticker of the Security  
FigistringThe OpenFIGI identifier  
CompositeFigistringThe country-composite OpenFIGI identifier  
ShareClassFigistringThe global-composite OpenFIGI identifier  
PrimaryListingbool?If true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange