QuarterlyEarning

public class QuarterlyEarning

A company's reported versus estimated earnings per share (EPS) for a single fiscal quarter, and the resulting earnings surprise.

Unlike AnnualEarning, this record covers a single fiscal quarter and additionally carries the analyst estimate and the surprise it produced — figures only tracked at quarterly granularity by the EARNINGS endpoint.

Author

Sylvester Sefa-Yeboah

Since

1.7.0

Constructors

Link copied to clipboard
public void QuarterlyEarning()

Properties

Link copied to clipboard
@Json(name = "estimatedEPS")
public Double estimatedEPS
Link copied to clipboard
@Json(name = "fiscalDateEnding")
public String fiscalDateEnding
Link copied to clipboard
@Json(name = "reportedDate")
public String reportedDate
Link copied to clipboard
@Json(name = "reportedEPS")
public Double reportedEPS
Link copied to clipboard
@Json(name = "surprise")
public Double surprise
Link copied to clipboard
@Json(name = "surprisePercentage")
public Double surprisePercentage

Functions

Link copied to clipboard
Returns the consensus analyst EPS estimate for the quarter, ahead of the actual report.
Link copied to clipboard
Returns the closing date of the fiscal quarter this record covers.
Link copied to clipboard
Returns the date the company actually reported this quarter's earnings, which may fall after getFiscalDateEnding.
Link copied to clipboard
Returns actual reported earnings per share for the quarter.
Link copied to clipboard
Returns the earnings surprise: reported EPS minus estimated EPS.
Link copied to clipboard
Returns the earnings surprise expressed as a percentage of estimated EPS.
Link copied to clipboard
public String toString()