Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAllQuoteDetails

Hierarchy

  • IAllQuoteDetails

Index

Properties

adjustedFlag: boolean

Indicates whether an option has been adjusted due to a corporate action (for example, a dividend or stock split).

ask: number

The current ask price for a security.

askSize: number

Number shares or contracts offered by broker or dealer at the ask price.

askTime: string

The time of the ask; for example, '15:15:43 PDT 03-21-2018'.

averageVolume: number

Average volume value corresponding to the symbol.

beta: number

A measure of a stock's volatility relative to the primary market index.

bid: number

Current bid price for a security.

bidExchange: string

Code for the exchange reporting the bid price.

bidSize: number

Number of shares or contracts offered at the bid price.

bidTime: string

Time of the bid; for example '15:15:43 PDT 03-21-2018'.

cashDeliverable: number

The cash deliverables in case of multiple deliverables.

changeClose: number

Dollar change of the last price from the previous close.

changeClosePercentage: number

Percentage change of the last price from the previous close.

companyName: string

Name of the company or mutual fund (shows up to 40 characters).

contractSize: number

The contract size of the option.

daysToExpiration: number

Number of days before the option expires.

declaredDividend: number

The declared dividend.

dirLast: string

Direction of movement; that is, whether the current price is higher or lower than the price of the most recent trade.

dividend: number

Cash amount per share of the latest dividend.

dividendPayableDate: number

The dividend payable date.

QuoteDetails when market is in extended hours; appears only for after-hours market and when detailFlag is ALL or all.

eps: number

Earnings per share on rolling basis (stocks only).

estEarnings: number

Projected Earnings per share for the next fiscal year (stocks only).

exDividendDate: number

Date (in Epoch time) on which shareholders were entitled to receive the latest dividend.

expirationDate: number

The expiration date of the option.

high: number

Highest price at which a security has traded during the current day.

high52: number

Highest price at which a security has traded during the past year (52 weeks). For options, this value is the lifetime high.

intrinsicValue: number

The intrinsic value of the share.

lastTrade: number

Price of the most recent trade of a security.

low: number

Lowest price at which a security has traded during the current day.

low52: number

Lowest price at which security has traded during the past year (52 weeks). For options, this value is the lifetime low.

marketCap: number

The value market capitalization.

nextEarningDate: string

If requireEarningsDate is true, the next earning date value in mm/dd/yyyy format.

open: number

Price of a security at the current day's market open.

openInterest: number

Total number of options or futures contracts that are not closed or delivered on a particular day.

optionDeliverableList: IOptionDeliverable[]

List of mulitple deliverables.

optionMultiplier: number

The option multiplier value.

optionPreviousAskPrice: number

The option previous ask price.

optionPreviousBidPrice: number

The option previous bid price.

optionStyle: string

Specifies how the contract treats the expiration date. Possible values are "European" (options can be exercised only on the expiration date) or "American" (options can be exercised any time before they expire).

optionUnderlier: string

Symbol for the underlier (options only).

optionUnderlierExchange: string

Exchange code for option underlier symbol; applicable only for options.

osiKey: string

The Options Symbology Initiative (OSI) representation of the option symbol.

pe: number

The option multiplier.

previousClose: number

Official price at the close of the previous trading day.

previousDayVolume: number

Final volume from the previous market session.

primaryExchange: string

Exchange code of the primary listing exchange for this instrument.

sharesOutstanding: number

The number of outstanding shares.

symbolDescription: string

Description of the security; for example, the company name or the option description.

timeOfLastTrade: number

The time when the last trade was placed.

timePremium: number

The value of the time premium.

totalVolume: number

Total number of shares or contracts exchanging hands.

upc: number

Uniform Practice Code identifies specific FINRA advisories detailing unusual circumstances; for example, extremely large dividends, when-issued settlement dates, and worthless securities.

week52HiDate: number

The date at which the price was highest in the last 52 weeks; applicable for stocks and mutual funds.

week52LowDate: number

The date at which the price was the lowest in the last 52 weeks; applicable for stocks and mutual funds.

yield: number

The dividend yield.

Generated using TypeDoc