Earnings Trend Data
data class EarningsTrendData(val maxAge: Int? = null, val period: String? = null, val endDate: String? = null, val epsEstimate: RawFormatted? = null, val epsActual: RawFormatted? = null, val epsDifference: RawFormatted? = null, val surprisePercent: RawFormatted? = null)(source)
수익 추이 데이터
Constructors
Link copied to clipboard
constructor(maxAge: Int? = null, period: String? = null, endDate: String? = null, epsEstimate: RawFormatted? = null, epsActual: RawFormatted? = null, epsDifference: RawFormatted? = null, surprisePercent: RawFormatted? = null)