AnnualEarning

public class AnnualEarning

A company's reported earnings per share (EPS) for a single fiscal year.

Unlike QuarterlyEarning, this record covers a full fiscal year and carries no estimate or surprise figures — those are only tracked at quarterly granularity by the EARNINGS endpoint.

Author

Sylvester Sefa-Yeboah

Since

1.7.0

Constructors

Link copied to clipboard
public void AnnualEarning()

Properties

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

Functions

Link copied to clipboard
Returns the closing date of the fiscal year this record covers.
Link copied to clipboard
Returns reported earnings per share for the fiscal year.
Link copied to clipboard
public String toString()