Zacks EPS Surprises

Zacks EPS Surprises Csharp API Documentation

This database returns historical estimated and actual earnings, guidance, and announcement dates for 17,000+ US and Canadian listed companies.

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

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 GetZacksEpsSurprisesExample
{
public static void Main()
{
Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");
Configuration.Default.AllowRetries = true;
var zacksApi = new ZacksApi();
DateTime? startDate = null;
DateTime? endDate = null;
decimal? epsActualGreater = null;
decimal? epsActualLess = null;
decimal? epsMeanEstimateGreater = null;
decimal? epsMeanEstimateLess = null;
decimal? epsAmountDiffGreater = null;
decimal? epsAmountDiffLess = null;
decimal? epsPercentDiffGreater = null;
decimal? epsPercentDiffLess = null;
decimal? epsCountEstimateGreater = null;
decimal? epsCountEstimateLess = null;
decimal? epsStdDevEstimateGreater = null;
decimal? epsStdDevEstimateLess = null;
int? pageSize = 100;
string nextPage = null;
ApiResponseZacksEPSSurprises result = zacksApi.GetZacksEpsSurprises(startDate, endDate, epsActualGreater, epsActualLess, epsMeanEstimateGreater,
        epsMeanEstimateLess, epsAmountDiffGreater, epsAmountDiffLess, epsPercentDiffGreater, epsPercentDiffLess, epsCountEstimateGreater,
        epsCountEstimateLess, epsStdDevEstimateGreater, epsStdDevEstimateLess, pageSize, nextPage);
Console.WriteLine(JsonConvert.SerializeObject(result, Formatting.Indented));
}
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
startDateDateTime?Limit EPS surprises to those on or after this date[optional]  
endDateDateTime?Limit EPS surprises to those on or before this date[optional]  
epsActualGreaterdecimal?Return only records with an actual EPS higher than this value[optional]  
epsActualLessdecimal?Return only records with an actual EPS lower than this value[optional]  
epsMeanEstimateGreaterdecimal?Return only records with an EPS mean estimate greater than this value[optional]  
epsMeanEstimateLessdecimal?Return only records with an EPS mean estimate lower than this value[optional]  
epsAmountDiffGreaterdecimal?Return only records with an EPS amount difference greater than this value[optional]  
epsAmountDiffLessdecimal?Return only records with an EPS amount difference less than this value[optional]  
epsPercentDiffGreaterdecimal?Return only records with an EPS percent difference greater than this value[optional]  
epsPercentDiffLessdecimal?Return only records with an EPS percent difference less than this value[optional]  
epsCountEstimateGreaterdecimal?Return only records with an EPS count estimate greater than this value[optional]  
epsCountEstimateLessdecimal?Return only records with an EPS count estimate less than this value[optional]  
epsStdDevEstimateGreaterdecimal?Return only records with an EPS standard deviation greater than this value[optional]  
epsStdDevEstimateLessdecimal?Return only records with an EPS standard deviation less than this value[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.ApiResponseZacksEPSSurprises

Properties

NameTypeDescription
EpsSurprisesListZacks EPS Surprise data for a Security in descending order by actual reported date  
NextPagestringThe token required to request the next page of the data. If null, no further results are available.  
object
Intrinio.SDK.Model.ZacksEPSSurprise

Properties

NameTypeDescription
IdstringThe Intrinio ID for the record  
FiscalYeardecimal?The company's fiscal year for the reported period  
FiscalQuarterstringThe company's fiscal quarter for the reported period  
CalendarYeardecimal?The closest calendar year for the company's fiscal year  
CalendarQuarterstringThe closest calendar quarter for the company's fiscal year  
ActualReportedDateDateTime?The actual report date for the earnings release  
ActualReportedTimestringThe actual report time for the earnings release  
ActualReportedCodestringThe code cooresponding to the earnings release BTO = BEFORE THE OPENDTM = DURING THE MARKETAMC = AFTER MARKET CLOSE  
ActualReportedDescstringThe description for the type of earnings release  
EpsActualdecimal?The actual Non-GAAP EPS figure released by the company, interpreted by Zacks.  
EpsActualZacksAdjdecimal?The adjustments Zacks made to get to Non-GAAP EPS to reconcile with GAAP EPS.  
EpsMeanEstimatedecimal?The pre-earnings release mean EPS estimate for the company  
EpsAmountDiffdecimal?The EPS surprise amount difference  
EpsPercentDiffdecimal?The EPS surprise percent difference  
EpsCountEstimatedecimal?The pre-earnings release number of estimates by analysts  
EpsStdDevEstimatedecimal?The pre-earnings release standard deviation of EPS estimates  
SecuritySecuritySummaryThe Security of the Zacks EPS Surprise  
object
Intrinio.SDK.Model.SecuritySummary

Properties

NameTypeDescription
IdstringThe Intrinio ID for Security  
CompanyIdstringThe Intrinio ID for the Company for which the Security is issued  
ExchangestringThe exchange's MIC  
ExchangeMicstringThe security's exchange MIC  
StockExchangeIdstringThe exchange's Intrinio ID  
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