Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IExtendedHourQuoteDetail

Hierarchy

  • IExtendedHourQuoteDetail

Index

Properties

ask: number

The ask price of the symbol.

askSize: number

The number of shares or contracts offered by a broker or dealer at the ask price.

bid: number

The bid price of the symbol.

bidSize: number

The number of shares or contracts offered by a broker or dealer at the bid price.

change: number

The dollar value of the difference between the previous and the present executed price.

lastPrice: number

The price of the most recent trade of a security.

percentChange: number

The percentage value of difference between the previous and the present executed price.

quoteStatus: string

The status of the quote, either delayed or real time.

timeOfLastTrade: number

The time when the last trade was carried out for the symbol.

timeZone: string

The time zone corresponding to the timestamp provided in the quote response.

volume: number

The number of shares or contracts.

Generated using TypeDoc