StockScreenerState
Latest assembled stock-screener state for a ticker. option_flow and memberships are present in each published payload. Other nested messages are absent when their source group has no value. Individual Decimal fields are absent when unavailable unless their nested-message comments describe a zero fallback.
▶Proto definition.proto
message StockScreenerState { Ticker ticker = 1; Date date = 2; ScreenerOptionFlowState option_flow = 3; ScreenerStockState stock = 4; ScreenerInterpolatedIvState interpolated_iv = 5; ScreenerIvRankState iv_rank = 6; ScreenerTickerInfoState ticker_info = 7; ScreenerFlexState flex = 8; ScreenerGexState gex = 9; ScreenerPerformanceState performance = 10; ScreenerVolatilityState volatility = 11; ScreenerMembershipsState memberships = 12; ScreenerEtfState etf = 13; ScreenerEarningsState earnings = 14; ScreenerSharesState shares = 15; ScreenerDividendState dividend = 16; ScreenerInsiderState insider = 17; TwoSidedQuote quote = 18; TaIndicatorValues daily_ta = 19; }
Fields
Ticker represented by this screener state and the Kafka message key. The
issue type is absent when the producer has not classified the ticker.
New York trading date represented by this state.
Option flow metrics.
Latest accepted stock-session metrics. Prices can come from premarket,
regular, or postmarket, and the nested message does not identify the session.
Fixed calendar-day expected-move and implied-volatility metrics.
Implied volatility rank and percentile metrics on a 0-through-100 scale.
Company and security metadata.
Open interest and FLEX option metrics.
Gamma exposure metrics.
Price performance metrics.
Realized volatility metrics.
ETF and option flow group memberships.
ETF specific metrics.
Historical EPS growth metrics.
Shares outstanding and historical quarterly growth metrics.
Latest dividend and current yield metrics.
Discretionary insider purchase and sale share volumes.
Latest best bid and ask quote. Absent until a quote with a nonzero source
time is available for the ticker.
Regular-session daily technical indicators for the parent date. During
trading these describe the forming daily candle.