EarningsTrendData

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)

Properties

Link copied to clipboard
@SerialName(value = "endDate")
val endDate: String? = null
Link copied to clipboard
@SerialName(value = "epsActual")
val epsActual: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "epsDifference")
val epsDifference: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "epsEstimate")
val epsEstimate: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "maxAge")
val maxAge: Int? = null
Link copied to clipboard
@SerialName(value = "period")
val period: String? = null
Link copied to clipboard
@SerialName(value = "surprisePercent")
val surprisePercent: RawFormatted? = null