ScreenerEarningsState
Fractional changes in split-adjusted actual EPS from earlier report rows to the latest available report. Reports are ordered by ending fiscal quarter. The report periods are not included in this message.
▶Proto definition.proto
message ScreenerEarningsState { Decimal eps_growth_4q = 1; Decimal eps_growth_8q = 2; Decimal eps_growth_12q = 3; Decimal eps_growth_16q = 4; }
Fields
(current_eps - eps_4_rows_earlier) / abs(eps_4_rows_earlier). Absent when
the comparison report is unavailable or its EPS is zero.
(current_eps - eps_8_rows_earlier) / abs(eps_8_rows_earlier). Absent when
the comparison report is unavailable or its EPS is zero.
(current_eps - eps_12_rows_earlier) / abs(eps_12_rows_earlier). Absent when
the comparison report is unavailable or its EPS is zero.
(current_eps - eps_16_rows_earlier) / abs(eps_16_rows_earlier). Absent when
the comparison report is unavailable or its EPS is zero.