Interface: DatafeedQuoteValues
Datafeed.DatafeedQuoteValues
Symbol Quote Data Value
Indexable
▪ [valueName: string]: string | number | string[] | number[] | undefined
Properties
ask
• Optional ask: number
Ask price
bid
• Optional bid: number
Bid price
ch
• Optional ch: number
Price change (usually counts as an open price on a particular day)
chp
• Optional chp: number
Price change percentage
description
• Optional description: string
A short description of the symbol
exchange
• Optional exchange: string
The name of the exchange
high_price
• Optional high_price: number
Today's high price
low_price
• Optional low_price: number
Today's low price
lp
• Optional lp: number
Last traded price
open_price
• Optional open_price: number
Today's opening price
original_name
• Optional original_name: string
Original name
prev_close_price
• Optional prev_close_price: number
Yesterday's closing price
short_name
• Optional short_name: string
Short name for the symbol
spread
• Optional spread: number
Spread (difference between the ask and bid prices)
volume
• Optional volume: number
Today's trading volume