Instruments
Retrieve core details and discovery endpoints for tradable instruments.
Get Instruments
Get Instrument By ID
Search Instruments
Get Option Contracts
ModelsExpand Collapse
class Instrument: …
Represents a tradable financial instrument.
is_threshold_security: bool
Indicates if the instrument is on the Regulation SHO Threshold Security List
notional_adv: Optional[str]
Notional ADV (adv × previous_close). The primary liquidity signal
used by /instruments/search ranking. Computed at response time so
it stays consistent with whatever adv and previous_close show.
class InstrumentCore: …
is_threshold_security: bool
Indicates if the instrument is on the Regulation SHO Threshold Security List
List[InstrumentCore]
is_threshold_security: bool
Indicates if the instrument is on the Regulation SHO Threshold Security List
List[OptionsContract]
class InstrumentGetInstrumentsResponse: …
is_threshold_security: bool
Indicates if the instrument is on the Regulation SHO Threshold Security List
class InstrumentGetInstrumentByIDResponse: …
Represents a tradable financial instrument.
is_threshold_security: bool
Indicates if the instrument is on the Regulation SHO Threshold Security List
notional_adv: Optional[str]
Notional ADV (adv × previous_close). The primary liquidity signal
used by /instruments/search ranking. Computed at response time so
it stays consistent with whatever adv and previous_close show.
class InstrumentSearchInstrumentsResponse: …
is_threshold_security: bool
Indicates if the instrument is on the Regulation SHO Threshold Security List