Message

TickerInfo

Company/ticker metadata for an underlying symbol.

fields16 used byOptionTradeused byTradeReport
Proto definition.proto
message TickerInfo {
  optional Date next_earnings_date = 1;
  optional Date next_dividend_date = 2;
  optional IssueType issue_type = 3;
  optional AnnounceTime announce_time = 4;
  optional string industry_type = 5;
  optional Sector sector = 6;
  optional Decimal marketcap = 7;
  optional Decimal week52_high_split_adjustonly = 8;
  optional Decimal week52_low_split_adjustonly = 9;
  optional Decimal avg30_volume = 10;
  bool has_options = 11;
  optional Decimal call_vol_30d = 12;
  optional Decimal put_vol_30d = 13;
  optional Decimal short_int = 14;
  bool is_china = 15;
  bool is_volatility = 16;
}
Fields
next_earnings_date Date optional 1
Date of the next scheduled earnings report.
next_dividend_date Date optional 2
Date of the next ex-dividend.
issue_type IssueType optional 3
Security classification (common stock, ETF, ADR, index, etc.).
announce_time AnnounceTime optional 4
When earnings are announced relative to market hours (pre/post market).
industry_type string optional 5
Industry classification of the company.
sector Sector optional 6
Sector classification of the company.
marketcap Decimal optional 7
Market capitalization.
week52_high_split_adjustonly Decimal optional 8
52 week high price, split-adjusted only.
week52_low_split_adjustonly Decimal optional 9
52 week low price, split-adjusted only.
avg30_volume Decimal optional 10
Average daily share volume over the last 30 days.
has_options bool 11
Whether the underlying has listed options.
call_vol_30d Decimal optional 12
Average daily call option volume over the last 30 days.
put_vol_30d Decimal optional 13
Average daily put option volume over the last 30 days.
short_int Decimal optional 14
Short interest as a percent of float.
is_china bool 15
Whether the underlying is tagged as a China-exposed name.
is_volatility bool 16
Whether the underlying is a volatility product (e.g. VIX-related).