Zacks EBITDA Consensus

Zacks EBITDA Consensus Csharp API Documentation

This database offers consensus EBITDA-related estimates for over 4,000 US and Canadian listed companies.

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

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 GetZacksEbitdaConsensusExample
{
public static void Main()
{
Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");
Configuration.Default.AllowRetries = true;
var zacksApi = new ZacksApi();
string identifier = "AAPL";
string type = null;
string nextPage = null;
ApiResponseZacksEBITDAConsensus result = zacksApi.GetZacksEbitdaConsensus(identifier, type, nextPage);
Console.WriteLine(JsonConvert.SerializeObject(result, Formatting.Indented));
}
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierstringA Company identifier (Ticker, CIK, LEI, Intrinio ID)[optional]  
typestringLimit EBITDA estimates to this type[optional]  
nextPagestringGets the next page of data from a previous API call[optional]  


Return Type

object
Intrinio.SDK.Model.ApiResponseZacksEBITDAConsensus

Properties

NameTypeDescription
EbitdaConsensusesListZacks 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.ZacksEBITDAConsensus

Properties

NameTypeDescription
TickerstringThe Zacks common exchange ticker  
CompanyNamestringThe company name  
EstimateYeardecimal?Fiscal year of the estimate  
EstimateMonthdecimal?Fiscal month of the estimate  
PeriodstringWhether the estimate year and month are fiscal year (fy) or quarter (fq)  
ConsensusTypestringThe type of estimate (ebitda, ebitda, ebit, enterprise_value, cash_flow_per_share, pretax_income)  
EstimateCountdecimal?The number of estimates  
Highdecimal?The highest estimate  
Lowdecimal?The lowest estimate  
Meandecimal?The mean value of all estimates  
StdDevdecimal?The standard deviation of all estimates