Interface ScannerSubscription

Defines a market scanner request.

Hierarchy

  • ScannerSubscription

Properties

abovePrice?: number

Filters out Contracts which price is below this value.

aboveVolume?: number

Filters out Contracts which volume is above this value.

averageOptionVolumeAbove?: number

Filters out Contracts which option volume is above this value.

belowPrice?: number

Filters out contracts which price is above this value.

couponRateAbove?: number

Filter out Contracts with a coupon rate lower than this value.

couponRateBelow?: number

Filter out Contracts with a coupon rate higher than this value.

excludeConvertible?: boolean

Filters out Convertible bonds.

instrument?: Instrument

The instrument's type for the scan. I.e. STK, FUT.HK, etc.

locationCode?: LocationCode

The request's location (STK.US, STK.US.MAJOR, etc).

marketCapAbove?: number

Filters out Contracts which market cap is above this value.

marketCapBelow?: number

Filters out Contracts which market cap is below this value.

maturityDateAbove?: string

Filter out Contracts with a maturity date earlier than this value.

maturityDateBelow?: string

Filter out Contracts with a maturity date older than this value.

moodyRatingAbove?: string

Filters out Contracts which Moody's rating is below this value.

moodyRatingBelow?: string

Filters out Contracts which Moody's rating is above this value.

numberOfRows?: number

The number of rows to be returned for the query.

scanCode?: ScanCode

Same as TWS Market Scanner's "parameters" field, for example: TOP_PERC_GAIN.

scannerSettingPairs?: string

For example, a pairing "Annual, true" used on the "top Option Implied Vol % Gainers" scan would return annualized volatilities.

spRatingAbove?: string

Filters out Contracts with a S&P rating below this value.

spRatingBelow?: string

Filters out Contracts with a S&P rating above this value.

stockTypeFilter?: string
  • CORP = Corporation
  • ADR = American Depositary Receipt
  • ETF = Exchange Traded Fund
  • REIT = Real Estate Investment Trust
  • CEF = Closed End Fund

Generated using TypeDoc