Skip to main content
Version: latest

DatafeedQuoteValues

Interface

Symbol Quote Data Value

Indexable

[valueName: string]: string | number | string[] | number[] | undefined

Properties

ask

Optional

Ask price

Type

number


bid

Optional

Bid price

Type

number


ch

Optional

Price change (usually counts as an open price on a particular day)

Type

number


chp

Optional

Price change percentage

Type

number


description

Optional

A short description of the symbol

Type

string


exchange

Optional

The name of the exchange

Type

string


high_price

Optional

Today's high price

Type

number


low_price

Optional

Today's low price

Type

number


lp

Optional

Last traded price

Type

number


open_price

Optional

Today's opening price

Type

number


original_name

Optional

Original name

Type

string


prev_close_price

Optional

Yesterday's closing price

Type

number


short_name

Optional

Short name for the symbol

Type

string


spread

Optional

Spread (difference between the ask and bid prices)

Type

number


volume

Optional

Today's trading volume

Type

number