Skip to content
EliteChart

InstrumentType

Documentation


Documentation / @elitechart/core / InstrumentType

code
type InstrumentType = "stock" | "crypto" | "forex" | "futures" | "index" | "etf" | "other";

Defined in: data/types.ts:107

Instrument type taxonomy. 'other' is the escape hatch for custom exchanges (commodities, prediction markets, etc.).

Example

code
const t: InstrumentType = 'crypto';