Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IIntradayQuoteDetails

Hierarchy

  • IIntradayQuoteDetails

Index

Properties

ask: number

The current ask price for a security.

bid: number

The current bid price for a security.

changeClose: number

The dollar change of the last price from the previous close.

changeClosePercentage: number

The percentage change of the last price from the previous close.

companyName: string

The name of the company associated with the equity, option, or index.

high: number

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

lastTrade: number

The price of the last trade.

low: number

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

totalVolume: number

Total number of shares or contracts exchanging hands.

Generated using TypeDoc