View Source ExTwelveData.Symbol (ExTwelveData v0.4.0)

Struct to represent a Twelve Data extended symbol.

Summary

Types

Supports: Stock, Index, ETF, REIT

t()

Extended format for Twelve Data symbols.

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.