Interface MarketQuote

Market quote details for a particular symbol.

Hierarchy

  • MarketQuote

Properties

askPrice: number

Asking price for the symbol.

bidPrice: number

Bidding price for the symbol.

candle: Candle

Current time, open, high, low price and volume with HH:MM timestamp.

closePrice: number

Close price of the previous trading day.

currentPrice: number

Last traded price.

date: number

Today’s time.

description?: string

Description of the symbol.

exchange: Exchange

Name of the exchange. Eg: “NSE” or “BSE”.

highPrice: number

Highest price for the day.

lowPrice: number

Lowest price for the day.

name: string

Short name for the symbol Eg: “SBIN-EQ”.

openPrice: number

Price at market opening time.

priceChange: number

Change value.

priceChangePercent: number

Percentage of change between the current value and the previous day's market close.

priceSpread: number

Difference between lowest asking and highest bidding price.

symbol: string

Symbol name provided by the user.

token: string

A unique identifier for every symbol.

volume: number

Volume traded.

Generated using TypeDoc