Class EarningsEstimates
- Namespace
- Tudormobile.AlphaVantage.Entities
- Assembly
- Tudormobile.AlphaVantageAPI.dll
Represents a collection of earnings per share (EPS) and revenue estimates for a specific stock symbol.
public class EarningsEstimates : IEntity
- Inheritance
-
EarningsEstimates
- Implements
- Inherited Members
Remarks
This class contains analyst consensus estimates for future earnings, including both quarterly and annual projections with historical tracking of estimate revisions over time.
Constructors
EarningsEstimates()
public EarningsEstimates()
Properties
Estimates
Gets or sets the collection of individual earnings estimate records.
public List<EarningsEstimate> Estimates { get; set; }
Property Value
- List<EarningsEstimate>
A list of EarningsEstimate objects, each representing analyst consensus estimates for a specific time horizon (quarter or fiscal year).
Symbol
Gets or sets the stock symbol or ticker for which earnings estimates are provided.
public string Symbol { get; set; }
Property Value
- string
The stock symbol (e.g., "AAPL", "MSFT") that uniquely identifies the security.