Ticker
A ticker symbol of any kind (stock, etf, index, option underlying, ...).
▶Proto definition.proto
message Ticker { int32 id = 1; string ticker = 2; optional IssueType issue_type = 3; bool first_time_options_today = 4; }
Fields
id
int32
1
Unique id of the ticker.
ticker
string
2
Ticker symbol, e.g. AAPL or SPXW.
Issue type (stock, etf, index, ...). Absent when not yet classified.
first_time_options_today
bool
4
True when options appear for this ticker for the first time, i.e. it had
no other active (non-expired) chains loaded when this chain was created.