FundamentalView

data class FundamentalView(lastTrade: Float?, lastTradeTime: Instant?, change: Float?, changePct: Float?, peRatio: Float?, eps: Float?, dividend: Float?, divYield: Float?, marketCap: Float?, week52Range: String?, quoteStatus: QuoteMode?)

Parameters

lastTrade

The last trade total

lastTradeTime

The time of the last trade

change

The change

changePct

The change percentage

peRatio

The Price to Earnings (P/E) ratio

eps

The earnings per share

dividend

The dividend

divYield

The dividend yield

marketCap

The market cap

week52Range

The 52 week range

quoteStatus

REALTIME, DELAYED, CLOSING, EH_REALTIME, EH_BEFORE_OPEN, EH_CLOSED

Constructors

FundamentalView
Link copied to clipboard
fun FundamentalView(lastTrade: Float?, lastTradeTime: Instant?, change: Float?, changePct: Float?, peRatio: Float?, eps: Float?, dividend: Float?, divYield: Float?, marketCap: Float?, week52Range: String?, quoteStatus: QuoteMode?)
The last trade total

Properties

change
Link copied to clipboard
val change: Float?
The change
changePct
Link copied to clipboard
val changePct: Float?
The change percentage
dividend
Link copied to clipboard
val dividend: Float?
The dividend
divYield
Link copied to clipboard
val divYield: Float?
The dividend yield
eps
Link copied to clipboard
val eps: Float?
The earnings per share
lastTrade
Link copied to clipboard
val lastTrade: Float?
The last trade total
lastTradeTime
Link copied to clipboard
val lastTradeTime: Instant?
The time of the last trade
marketCap
Link copied to clipboard
val marketCap: Float?
The market cap
peRatio
Link copied to clipboard
val peRatio: Float?
The Price to Earnings (P/E) ratio
quoteStatus
Link copied to clipboard
val quoteStatus: QuoteMode?
REALTIME, DELAYED, CLOSING, EH_REALTIME, EH_BEFORE_OPEN, EH_CLOSED
week52Range
Link copied to clipboard
val week52Range: String?
The 52 week range

Sources

jvm source
Link copied to clipboard