Message

TickerShares

Current shares outstanding and historical quarterly growth for a ticker.

fields6 topicshares
Proto definition.proto
message TickerShares {
  Ticker ticker = 1;
  Decimal shares_outstanding = 2;
  Decimal shares_outstanding_growth_4q = 3;
  Decimal shares_outstanding_growth_8q = 4;
  Decimal shares_outstanding_growth_12q = 5;
  int64 updated_at = 6;
}
Fields
ticker Ticker 1
The ticker represented by this snapshot.
shares_outstanding Decimal 2
Current shares outstanding.
shares_outstanding_growth_4q Decimal 3
Fractional shares-outstanding growth from four reported quarters earlier.
shares_outstanding_growth_8q Decimal 4
Fractional shares-outstanding growth from eight reported quarters earlier.
shares_outstanding_growth_12q Decimal 5
Fractional shares-outstanding growth from twelve reported quarters earlier.
updated_at int64 6
Publication time in milliseconds since the Unix epoch.