View Source ExTwelveData.Symbol (ExTwelveData v0.3.0)
Link to this section Summary
Link to this section Types
@type instrument_types() :: String.t()
Supports: Stock, Index, ETF, REIT
@type t() :: %ExTwelveData.Symbol{ exchange: String.t() | nil, mic_code: String.t() | nil, symbol: String.t(), type: instrument_types() }
Extended format for Twelve Data symbols.