Zacks EPS Growth Rates

Zacks EPS Growth Rates Csharp API Documentation

This database offers consensus EPS growth rate estimates, comparing company estimates to historical company estimates, industry estimates, and S&P 500 index estimates.

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

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 GetZacksEpsGrowthRatesExample
{
public static void Main()
{
Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");
Configuration.Default.AllowRetries = true;
var zacksApi = new ZacksApi();
string company = "AAPL";
string industryGroupName = null;
string industryGroupNumber = null;
int? pageSize = 100;
string nextPage = null;
ApiResponseZacksEPSGrowthRates result = zacksApi.GetZacksEpsGrowthRates(company, industryGroupName, industryGroupNumber, pageSize, nextPage);
Console.WriteLine(JsonConvert.SerializeObject(result, Formatting.Indented));
}
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
companystringFilings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID)[optional]  
industryGroupNamestringReturn only growth rates for companies in the given Zacks industry group name[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.ApiResponseZacksEPSGrowthRates

Properties

NameTypeDescription
EpsGrowthRatesListZacks EPS growth rate 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.ZacksEPSGrowthRate

Properties

NameTypeDescription
TickerstringThe Zacks common exchange ticker  
CompanyNamestringThe company name  
IndustryGroupNumberstringThe Zacks industry group number  
IndustryGroupNamestringThe Zacks industry group name  
FiscalYear0int?The current fiscal year  
FiscalYear1int?The next fiscal year  
FiscalYear2int?The fiscal year after the next fiscal year  
CompanyLast5YearActualdecimal?The company's last 5 year actual percentage earnings-per-share (EPS) growth rate  
CompanyFiscalYear1VsFiscalYear0decimal?The company's current fiscal year / last fiscal year percentage earnings-per-share (EPS) growth rate  
CompanyFiscalYear2VsFiscalYear1decimal?The company's next fiscal year / current fiscal year percentage earnings-per-share (EPS) growth rate  
CompanyLongTermGrowthMeandecimal?The company's long term growth rate mean estimate  
CompanyFiscalYear1ForwardPriceToEarningsdecimal?The company's forward (current fiscal year) price-to-earnings (P/E) ratio  
IndustryLast5YearActualdecimal?The industry's last 5 year actual percentage earnings-per-share (EPS) growth rate  
IndustryFiscalYear1VsFiscalYear0decimal?The industry's current fiscal year / last fiscal year percentage earnings-per-share (EPS) growth rate  
IndustryFiscalYear2VsFiscalYear1decimal?The industry's next fiscal year / current fiscal year percentage earnings-per-share (EPS) growth rate  
IndustryLongTermGrowthMeandecimal?The industry's long term growth rate mean estimate  
IndustryFiscalYear1ForwardPriceToEarningsdecimal?The industry's forward (current fiscal year) price-to-earnings (P/E) ratio  
Sp500Last5YearActualdecimal?The S&P 500's last 5 year actual percentage earnings-per-share (EPS) growth rate  
Sp500FiscalYear1VsFiscalYear0decimal?The S&P 500's current fiscal year / last fiscal year percentage earnings-per-share (EPS) growth rate  
Sp500FiscalYear2VsFiscalYear1decimal?The S&P 500's next fiscal year / current fiscal year percentage earnings-per-share (EPS) growth rate  
Sp500LongTermGrowthdecimal?The S&P 500's long term growth rate mean estimate  
Sp500FiscalYear1PriceToEarningsdecimal?The S&P 500's forward (current fiscal year) price-to-earnings (P/E) ratio  
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