Zacks Analyst Ratings Snapshot

Zacks Analyst Ratings Snapshot Csharp API Documentation

This database offers current and historical consensus analyst recommendation snapshots for over 5,000 US and Canadian listed companies.

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

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 GetSecurityZacksAnalystRatingsSnapshotExample
{
public static void Main()
{
Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");
Configuration.Default.AllowRetries = true;
var securityApi = new SecurityApi();
string identifier = "AAPL";
string date = null;
ApiResponseSecurityZacksAnalystRatingsSnapshot result = securityApi.GetSecurityZacksAnalystRatingsSnapshot(identifier, date);
Console.WriteLine(JsonConvert.SerializeObject(result, Formatting.Indented));
}
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierstringA Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) 
datestringLookup a historical snapshot on the given date[optional]  


Return Type

object
Intrinio.SDK.Model.ApiResponseSecurityZacksAnalystRatingsSnapshot

Properties

NameTypeDescription
SnapshotsList 
SecuritySecuritySummaryThe Security resolved from the given identifier  
object
Intrinio.SDK.Model.ZacksAnalystRatingSnapshot

Properties

NameTypeDescription
TypestringThe snapshot type, signifying the age of the ratings data from the snapshot date.  
SnapshotDateDateTime?The date of the snapshot, when data was recorded.  
RatingDateDateTime?The date of the latest rating for the snapshot timeframe. This is the effective date of the ratings data.  
Meandecimal?The mean (average) weighing of analyst recommendations, from 1 (strong buy) to 5 (strong sell).  
Percentiledecimal?The percentile of the mean, derived by comparing to all securities rated by analysts as of the rating date, ranging 0.0 (strong buy) to 1.0 (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 analysts 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