Message

TickerEarnings

Upcoming earnings details and historical EPS growth for a ticker.

fields10 topicearnings
Proto definition.proto
message TickerEarnings {
  Ticker ticker = 1;
  Date earnings_date = 2;
  AnnounceTime announce_time = 3;
  optional Decimal expected_move = 4;
  optional Decimal expected_move_perc = 5;
  optional Decimal eps_growth_4q = 6;
  optional Decimal eps_growth_8q = 7;
  optional Decimal eps_growth_12q = 8;
  optional Decimal eps_growth_16q = 9;
  int64 updated_at = 10;
}
Fields
ticker Ticker 1
Ticker whose earnings details are represented.
earnings_date Date 2
Date of the next earnings report.
announce_time AnnounceTime 3
Time of day when the earnings report is expected.
expected_move Decimal optional 4
Expected absolute price move around the earnings report.
expected_move_perc Decimal optional 5
Expected price move as a fraction of the pre-earnings price.
eps_growth_4q Decimal optional 6
EPS growth from four reported quarters earlier.
eps_growth_8q Decimal optional 7
EPS growth from eight reported quarters earlier.
eps_growth_12q Decimal optional 8
EPS growth from twelve reported quarters earlier.
eps_growth_16q Decimal optional 9
EPS growth from sixteen reported quarters earlier.
updated_at int64 10
Publication time as Unix milliseconds.