TickerEarnings
Upcoming earnings details and historical EPS growth for a ticker.
▶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 whose earnings details are represented.
Date of the next earnings report.
Time of day when the earnings report is expected.
Expected absolute price move around the earnings report.
Expected price move as a fraction of the pre-earnings price.
EPS growth from four reported quarters earlier.
EPS growth from eight reported quarters earlier.
EPS growth from twelve reported quarters earlier.
EPS growth from sixteen reported quarters earlier.
updated_at
int64
10
Publication time as Unix milliseconds.