FundamentalView

fun 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

Sources

jvm source
Link copied to clipboard