EarningsDate

data class EarningsDate(val earningsDate: Long, val timezoneShortName: String? = null, val epsEstimate: Double? = null, val epsActual: Double? = null, val surprisePercent: Double? = null, val eventType: EarningsEventType)(source)

개별 실적 발표 일정 정보

Constructors

Link copied to clipboard
constructor(earningsDate: Long, timezoneShortName: String? = null, epsEstimate: Double? = null, epsActual: Double? = null, surprisePercent: Double? = null, eventType: EarningsEventType)

Properties

Link copied to clipboard

실적 발표 일시 (epoch seconds)

Link copied to clipboard
val epsActual: Double? = null

발표된 실제 EPS (과거 실적만 존재)

Link copied to clipboard
val epsEstimate: Double? = null

애널리스트 컨센서스 EPS 추정치

Link copied to clipboard

이벤트 타입 (CALL, EARNINGS, MEETING)

Link copied to clipboard
val surprisePercent: Double? = null

서프라이즈 비율 (%) = (실제 - 추정) / 추정 × 100

Link copied to clipboard

시간대 약어 (예: "EST", "PST")