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.
boolean isPtp
Indicates if the instrument is a publicly traded partnership (PTP). PTP sales are subject to a 10% withholding tax for non-US tax residents.
boolean isThresholdSecurity
Indicates if the instrument is on the Regulation SHO Threshold Security List
Optional<String> adv
Average daily share volume from the security definition. When a null/undefined value is observed, it indicates that there is no available data.
DeprecatedOptional<LocalDate> expiry
Deprecated. Always null. When a null/undefined value is observed, it indicates it does not apply.
Optional<String> longMarginRate
The percent of a long position’s value you must post as margin When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> name
The full name of the instrument or its issuer When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> notionalAdv
Notional average daily volume (ADV multiplied by previous close price). When a null/undefined value is observed, it indicates that there is no available data.
Optional<List<LocalDate>> optionsExpiryDates
Available options expiration dates for this instrument.
Present only when include_options_expiry_dates=true in the request.
When a null/undefined value is observed, it indicates it does not apply.
Optional<String> previousClose
Last close price from the security definition. When a null/undefined value is observed, it indicates that there is no available data.
class InstrumentCore:
boolean isPtp
Indicates if the instrument is a publicly traded partnership (PTP). PTP sales are subject to a 10% withholding tax for non-US tax residents.
boolean isThresholdSecurity
Indicates if the instrument is on the Regulation SHO Threshold Security List
Optional<String> adv
Average daily share volume from the security definition. When a null/undefined value is observed, it indicates that there is no available data.
DeprecatedOptional<LocalDate> expiry
Deprecated. Always null. When a null/undefined value is observed, it indicates it does not apply.
Optional<String> longMarginRate
The percent of a long position’s value you must post as margin When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> name
The full name of the instrument or its issuer When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> notionalAdv
Notional average daily volume (ADV multiplied by previous close price). When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> previousClose
Last close price from the security definition. When a null/undefined value is observed, it indicates that there is no available data.
class OptionsContract:
An options contract with options-specific metadata