QuoteGrowthRates

data class QuoteGrowthRates(val revenueGrowth: Double? = null, val earningsGrowth: Double? = null)(source)

성장률 정보

Constructors

Link copied to clipboard
constructor(revenueGrowth: Double? = null, earningsGrowth: Double? = null)

Properties

Link copied to clipboard
val earningsGrowth: Double? = null

실적 성장률

Link copied to clipboard
val revenueGrowth: Double? = null

매출 성장률