Message

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.

fields4 used byStockScreenerState
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
eps_growth_4q Decimal 1
(current_eps - eps_4_rows_earlier) / abs(eps_4_rows_earlier). Absent when the comparison report is unavailable or its EPS is zero.
eps_growth_8q Decimal 2
(current_eps - eps_8_rows_earlier) / abs(eps_8_rows_earlier). Absent when the comparison report is unavailable or its EPS is zero.
eps_growth_12q Decimal 3
(current_eps - eps_12_rows_earlier) / abs(eps_12_rows_earlier). Absent when the comparison report is unavailable or its EPS is zero.
eps_growth_16q Decimal 4
(current_eps - eps_16_rows_earlier) / abs(eps_16_rows_earlier). Absent when the comparison report is unavailable or its EPS is zero.