TickerInfo
Company/ticker metadata for an underlying symbol.
▶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
Date of the next scheduled earnings report.
Date of the next ex-dividend.
Security classification (common stock, ETF, ADR, index, etc.).
When earnings are announced relative to market hours (pre/post market).
industry_type
string
optional
5
Industry classification of the company.
Sector classification of the company.
Market capitalization.
52 week high price, split-adjusted only.
52 week low price, split-adjusted only.
Average daily share volume over the last 30 days.
has_options
bool
11
Whether the underlying has listed options.
Average daily call option volume over the last 30 days.
Average daily put option volume over the last 30 days.
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).